fix 来款方式为无时可以更改应收金额

This commit is contained in:
lijiarao
2022-02-18 09:38:50 +08:00
parent ec7014bdb4
commit b7fea700e9
@@ -403,7 +403,7 @@ public class PayWorkingGroupSubItemServiceImpl extends ServiceImpl<PayWorkingGro
updatePayWorkingGroupSubItem.eq(PayWorkingGroupSubItem::getId,payWorkingGroupSubItem.getId());
// 选择无
if(Objects.equals(payWorkingGroupSubItem.getChargeWay(),PayProjectCommon.CHARGE_WAY1)){
updatePayWorkingGroupSubItem.set(PayWorkingGroupSubItem::getReceivableAmount,null);
//updatePayWorkingGroupSubItem.set(PayWorkingGroupSubItem::getReceivableAmount,null);
updatePayWorkingGroupSubItem.set(PayWorkingGroupSubItem::getContractNum,null);
updatePayWorkingGroupSubItem.set(PayWorkingGroupSubItem::getCharge,null);
updatePayWorkingGroupSubItem.set(PayWorkingGroupSubItem::getChargeNoticeNo,null);