Merge remote-tracking branch 'origin/release20210415' into dailyfix

This commit is contained in:
gityjf 2021-03-26 17:29:15 +08:00
commit 5360e56651
2 changed files with 2 additions and 2 deletions

View File

@ -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]);

View File

@ -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";
}