Merge pull request 'demand: 业务确认账单报错修复' (#254) from develop into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-service/pulls/254
This commit is contained in:
commit
49d04e6e23
@ -469,7 +469,7 @@ public class EmisSettleSubBillController extends EmisBaseController
|
||||
*/
|
||||
EmisWaybill waybill = emisBaseService.getWaybillByBillCode(old.getBillNo());
|
||||
if (waybill.getRealFee() == null) {
|
||||
return AjaxResult.success("确认成功");
|
||||
continue;
|
||||
}
|
||||
if(
|
||||
!"2".equals(waybill.getPaymentType())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user