md
This commit is contained in:
parent
cbe4646d6f
commit
b90f0b0550
@ -325,7 +325,7 @@ public class WaybillController extends BaseController
|
||||
if(CollectionUtil.isEmpty(estList)){
|
||||
List<EmisTransProduct> prodList=emisBaseService.getTransProductByTransLine(emisWaybillSave.getTransLineType());
|
||||
if(!CollectionUtil.isEmpty(prodList)){
|
||||
estList = new ArrayList<Map>();
|
||||
estList = new ArrayList<>();
|
||||
for (EmisTransProduct prod:prodList) {
|
||||
Map<String, Object> estFeeMap = new HashMap<>();
|
||||
estFeeMap.put("productType",prod.getProdCode());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user