Commit aa755e0b by weijiguang

fix orig_discount bug

parent 04b0d8e0
......@@ -92,6 +92,7 @@ public class ApplicationController {
JSONArray goodsList = redisJson.getJSONArray("goods");
// log.info("redisJson1:{}", redisJson.toJSONString());
// log.info("goods1:{}", goodsList.toJSONString());
//
if (!CollectionUtils.isEmpty(goodsList)) {
for (int i = 0; i < goodsList.size(); i++) {
JSONObject goods = goodsList.getJSONObject(i);
......
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