Commit 818e3c10 authored by 张永's avatar 张永

需求 #14362

parent b94cf9b8
......@@ -236,7 +236,7 @@ public class GoodsServiceImpl implements GoodsService {
List<Map<String, Object>> picList1 = jdbcTemplate.queryForList(sql1, agentContractNO, goodsID);
Map<String, List<Map<String,Object>>> picML1 = Util.listToML(picList1, "sPicTypeID");
Map<String, List<Map<String, Object>>> pics = new HashMap<String, List<Map<String, Object>>>();
for(String sPicTypeID : new String[] {"1", "2", "3", "4"}) {
for(String sPicTypeID : new String[] {"1", "2", "3", "4","5"}) {
List<Map<String, Object>> picList = picML1.get(sPicTypeID);
pics.put("ImgGroup_" + sPicTypeID, picList);
}
......
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