Commit 1d56a9d4 authored by chenzhao's avatar chenzhao

修改使用登记表bug

parent 79c5067f
...@@ -2336,7 +2336,7 @@ public class CommonServiceImpl implements ICommonService { ...@@ -2336,7 +2336,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)){
//气瓶数量 //气瓶数量
......
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