demand: 运单录入bug修复
This commit is contained in:
parent
fc3f837efa
commit
39fb3d8a06
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user