Commit 318643f9 by kangxiaoshan

大后台

parent 7142c1ce
......@@ -1122,6 +1122,9 @@ public class ContractServiceImpl implements ContractService {
contract.setMoney(resource.getMoney());
contract.setPriceLevel(resource.getLevel());
// 处理回款状态
this.dealContractStatus(contract,loginUser,"update");
// Double rebat = getRebat(contract.getProduct(), contract.getPriceLevel().intValue(), contract.getMoney());
// BigDecimal bg = new BigDecimal(rebat);
// double f1 = bg.setScale(2, BigDecimal.ROUND_HALF_UP).doubleValue();
......
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