update checkin, buypoint format
This commit is contained in:
@ -28,7 +28,7 @@ class TextUtils{
|
|||||||
}
|
}
|
||||||
if(dp.buy_point != null && dp.buy_point! > 0){
|
if(dp.buy_point != null && dp.buy_point! > 0){
|
||||||
print("^^^^^^^^^ ${dp.sub_loc_id}^^^^^^^^^^");
|
print("^^^^^^^^^ ${dp.sub_loc_id}^^^^^^^^^^");
|
||||||
txt = txt + "[${dp.sub_loc_id}]";
|
txt = "${dp.sub_loc_id}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return txt;
|
return txt;
|
||||||
|
|||||||
Reference in New Issue
Block a user