Commit db574291 authored by Quxl's avatar Quxl

x

parent fb441a46
...@@ -928,8 +928,7 @@ public class CartRedisServiceImpl implements CartRedisService { ...@@ -928,8 +928,7 @@ public class CartRedisServiceImpl implements CartRedisService {
+ " GROUP BY " + " GROUP BY "
+ " sPromoPaperNO "; + " sPromoPaperNO ";
ResultMutil resultMutil = jdbcTemplate ResultMutil resultMutil = jdbcTemplate.executeMutil(sqlClear + Util.LINE_SEPARATOR + sqlACart + (sqlp.replaceAll("\\s+", " ")) + Util.LINE_SEPARATOR);
.executeMutil(sqlClear + Util.LINE_SEPARATOR + sqlACart + sqlp + 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