|
@@ -327,7 +327,7 @@ public class SettlementService {
|
|
|
creatProtect=money;
|
|
|
break;
|
|
|
case BashInfo.GCJS:
|
|
|
- Double reduce = countProtect-creatProtect;
|
|
|
+ double reduce = countProtect-creatProtect;
|
|
|
if (money==reduce){
|
|
|
status="0";
|
|
|
}else {
|
|
@@ -344,7 +344,7 @@ public class SettlementService {
|
|
|
settlement.setReason(reason);
|
|
|
list.add(settlement);
|
|
|
status="1";
|
|
|
- reason = "数据核验正确";
|
|
|
+ reason = BashInfo.JS_REASON;
|
|
|
}
|
|
|
return list;
|
|
|
}
|