demand: 业务确认账单报错修复
committer: heyu
This commit is contained in:
parent
51f979c745
commit
1c46187532
@ -469,7 +469,7 @@ public class EmisSettleSubBillController extends EmisBaseController
|
||||
*/
|
||||
EmisWaybill waybill = emisBaseService.getWaybillByBillCode(old.getBillNo());
|
||||
if (waybill.getRealFee() == null) {
|
||||
return AjaxResult.success("确认成功");
|
||||
return AjaxResult.error("报价未配置,请联系it解决");
|
||||
}
|
||||
if(
|
||||
!"2".equals(waybill.getPaymentType())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user