md
This commit is contained in:
parent
3472c84596
commit
29439280bd
@ -131,8 +131,9 @@ public class EmisSettlePayRecordServiceImpl extends EmisBaseService implements I
|
||||
throw new EmisBizError(EmisBizErrorType.FAIL,"业务账单未确认,不允许收款!");
|
||||
}
|
||||
|
||||
emisSettlePayRecord.setSettleBillNo(WaybillHelper.formatQueryValue(emisSettlePayRecord.getSettleBillNo()));
|
||||
// 多账单合并收款
|
||||
String [] settleBillNoArr = WaybillHelper.formatQueryValue(emisSettlePayRecord.getSettleBillNo()).split(",");
|
||||
String [] settleBillNoArr = emisSettlePayRecord.getSettleBillNo().split(",");
|
||||
|
||||
// 不重复的 id流水号
|
||||
String payId= WaybillHelper.genPayId();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user