demand: 运单录入bug修复

This commit is contained in:
aike 2026-04-11 13:34:57 +08:00
parent fc3f837efa
commit 39fb3d8a06

View File

@ -1266,6 +1266,9 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
if (wb == null) {
return;
}
if( StringUtils.equalsAny(wb.getPaymentType(),"2","4","5")) {
return;
}
String payee = wb.getPayee();
if (StringUtils.isNotBlank(payee)) {
String payeeName = payee.trim();