Merge pull request 'demand: TMS系统 - 客户管理 - 现金客户额度 - 超期已用额度 与运单明细单号运费不一致;' (#63) from develop into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-service/pulls/63
This commit is contained in:
heyu 2025-06-24 13:39:55 +08:00
commit fd93c05cb2
2 changed files with 5 additions and 1 deletions

View File

@ -2851,7 +2851,7 @@ public class EmisBaseService {
.filter(s -> s != null && s.length() >= 6)
.map(s -> s.substring(s.length() - 6))
.collect(Collectors.joining(","));
remark = remark + " " + "该运单为主单,对应虚拟单为" + shortCodes;
remark = remark + " " + "该运单为主单,对应虚拟单为" + shortCodes + ",";
}
// if (StringUtil.isNotBlank(waybill.getMasterBillCode())) {
// remark = remark + " " + "该运单为虚拟单,对应主单为" + waybill.getMasterBillCode();

View File

@ -2286,6 +2286,10 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
emisWaybillSave.setOrderSn(orderSn);
}
if(StringUtil.isBlank(emisWaybillSave.getStartSiteCode())){
emisWaybillSave.setStartSiteCode(emisWaybillSave.getSendSiteCode());
}
if( StringUtils.isAnyEmpty(
emisWaybillSave.getTransLineType(),