md
This commit is contained in:
parent
6319826313
commit
ed68f36916
@ -1166,7 +1166,7 @@ public class EmisBaseService {
|
||||
|
||||
if(isSubBill) {
|
||||
if ( Integer.valueOf(subBillSuffix) > waybill.getParcelQty()
|
||||
|| Integer.valueOf(subBillSuffix)<= 0;
|
||||
|| Integer.valueOf(subBillSuffix)<= 0
|
||||
) {
|
||||
// 子单尾数超过总件数,查不到信息
|
||||
return null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user