demand: 业务确认账单报错修复
committer: heyu
This commit is contained in:
parent
90fb34aaff
commit
51f979c745
@ -468,6 +468,9 @@ public class EmisSettleSubBillController extends EmisBaseController
|
||||
调整为现金保留自动确认,月结调整为不自动确认
|
||||
*/
|
||||
EmisWaybill waybill = emisBaseService.getWaybillByBillCode(old.getBillNo());
|
||||
if (waybill.getRealFee() == null) {
|
||||
return AjaxResult.success("确认成功");
|
||||
}
|
||||
if(
|
||||
!"2".equals(waybill.getPaymentType())
|
||||
&& !"4".equals(waybill.getPaymentType())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user