demand: TMS系统 - 客户管理 - 现金客户额度 - 超期已用额度 与运单明细单号运费不一致;

committer: heyu
This commit is contained in:
aike 2025-06-23 21:13:44 +08:00
parent 413aefda36
commit 6c0a94acf8

View File

@ -156,10 +156,10 @@ public class EmisTmsSiteBatchServiceImpl extends EmisBaseService implements IEmi
*/
@Override
public int updateEmisTmsSiteBatch(EmisTmsSiteBatch emisTmsSiteBatch) throws EmisBizError {
List<EmisWaybill> emisWaybills = emisTmsSiteBatchDtlMapper.selectEmisWayBillByBatchNo(emisTmsSiteBatch.getBatchNo());
for (EmisWaybill emisWaybill : emisWaybills) {
checkUnique(emisTmsSiteBatch, emisWaybill.getBillCode());
}
// List<EmisWaybill> emisWaybills = emisTmsSiteBatchDtlMapper.selectEmisWayBillByBatchNo(emisTmsSiteBatch.getBatchNo());
// for (EmisWaybill emisWaybill : emisWaybills) {
// checkUnique(emisTmsSiteBatch, emisWaybill.getBillCode());
// }
return emisTmsSiteBatchMapper.updateEmisTmsSiteBatch(emisTmsSiteBatch);
}