|
|
|
@@ -358,8 +358,8 @@ public class WxBillPropertyServiceImpl implements WxBillPropertyService { |
|
|
|
billAction.setUpdatetime(new Date()); |
|
|
|
wxBillActionMapper.insert(billAction); |
|
|
|
} |
|
|
|
if(record.getServiceChargePay() != null) { |
|
|
|
record.setServiceChargePay(record.getServiceChargePay() * 100); |
|
|
|
if(record.getServiceChargePayUpdate() != null) { |
|
|
|
record.setServiceChargePay(Integer.parseInt(record.getServiceChargePayUpdate()) * 100); |
|
|
|
|
|
|
|
billAction = new WxBillAction(); |
|
|
|
billAction.setId(idWorker.nextId()); |
|
|
|
|