Commit 10d49812 authored by suhuiguang's avatar suhuiguang

Merge branch 'develop_tzs_register_test' of…

Merge branch 'develop_tzs_register_test' of http://39.100.92.250:5000/moa/amos-boot-biz into develop_tzs_register_test
parents 390f9ce6 745928f1
...@@ -2309,7 +2309,7 @@ public class CommonServiceImpl implements ICommonService { ...@@ -2309,7 +2309,7 @@ public class CommonServiceImpl implements ICommonService {
{ {
productName = String.join(",", sortedProductNameList); productName = String.join(",", sortedProductNameList);
} }
formData.put("productName",equips.get(0).get("productName")); formData.put("productName",productName);
}else if (manageType.equals(VEHICLE) && !CollectionUtils.isEmpty(equips)){ }else if (manageType.equals(VEHICLE) && !CollectionUtils.isEmpty(equips)){
//气瓶数量 //气瓶数量
formData.put("gasNum",equips.size()); formData.put("gasNum",equips.size());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment