This commit is contained in:
linfso 2024-07-30 06:22:00 +08:00
parent cbe4646d6f
commit b90f0b0550

View File

@ -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());