Commit 03d454b3 authored by 张永's avatar 张永

1

parent fa0b6033
...@@ -1017,7 +1017,8 @@ public class CartQueryServiceImpl implements CartQueryService { ...@@ -1017,7 +1017,8 @@ public class CartQueryServiceImpl implements CartQueryService {
+ " GROUP BY " + " GROUP BY "
+ " sPromoPaperNO "; + " sPromoPaperNO ";
ResultMutil resultMutil = jdbcTemplate.executeMutil(sqlClear + Util.LINE_SEPARATOR + sqlACart + (sqlp.replaceAll("\\s+", " ")) + Util.LINE_SEPARATOR); //ResultMutil resultMutil = jdbcTemplate.executeMutil(sqlClear + Util.LINE_SEPARATOR + sqlACart + (sqlp.replaceAll("\\s+", " ")) + Util.LINE_SEPARATOR);
ResultMutil resultMutil = jdbcTemplate.executeMutil( sqlACart + (sqlp.replaceAll("\\s+", " ")) + Util.LINE_SEPARATOR);
List<Map<String, Object>> datas = resultMutil.getDatas().get(0); List<Map<String, Object>> datas = resultMutil.getDatas().get(0);
List<Map<String, Object>> pds = resultMutil.getDatas().get(1); List<Map<String, Object>> pds = resultMutil.getDatas().get(1);
......
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