Merge remote-tracking branch 'origin/release20210415' into dailyfix
This commit is contained in:
commit
5360e56651
@ -365,7 +365,7 @@
|
||||
sReturn = sReturn.split("@");
|
||||
MyOjbect.modelid=sReturn[0];
|
||||
MyOjbect.modelname=sReturn[1];
|
||||
MyOjbect.price=sReturn[2]*10000;
|
||||
MyOjbect.price=Math.ceil(sReturn[2]*10000);
|
||||
MyOjbect.liter=sReturn[3];
|
||||
MyOjbect.geartype=sReturn[4];
|
||||
setItemValue(0,getRow(),"modelid",sReturn[0]);
|
||||
|
||||
@ -7,6 +7,6 @@ package com.tenwa.util;
|
||||
public class ProjectConstant {
|
||||
|
||||
public static final String CREDIT_RESULT_TYPE="0010";
|
||||
public static final String DISTIRBUTOR_NO="DSTB20210319006682";
|
||||
public static final String DISTIRBUTOR_NO="DSTB20210326006749";
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user