Commit 745928f1 authored by chenzhao's avatar chenzhao

修改使用登记表bug 气瓶产品名称

parent 09f26209
...@@ -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