Commit b3997522 authored by qq247321453's avatar qq247321453

getCardCode

parent ccd30fe9
......@@ -88,7 +88,7 @@ public class CardData implements Parcelable {
}
public int getCardCode(){
if (Alias == 0 || Math.abs(Alias - Code) <= 10) {
if (Alias > 0) {
return Alias;
} else {
return Code;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment