记得上下班打卡 | git大法好,push需谨慎

Commit 907bccaa authored by zhengfuxin's avatar zhengfuxin

修改log

parent f0774b18
...@@ -938,7 +938,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService { ...@@ -938,7 +938,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
} }
public int getShopCartCount(String userId,String type){ public int getShopCartCount(String userId,String type){
log.info("获取商品数量{}",userId); log.debug("获取商品数量{}",userId);
int count=0; int count=0;
GoblinShoppingCartVoo goblinShoppingCartVoo= (GoblinShoppingCartVoo) redisUtil.get(GoblinRedisConst.FRONT_SHOPCART.concat(userId).concat(type.toString())); GoblinShoppingCartVoo goblinShoppingCartVoo= (GoblinShoppingCartVoo) redisUtil.get(GoblinRedisConst.FRONT_SHOPCART.concat(userId).concat(type.toString()));
if(null!=goblinShoppingCartVoo){ if(null!=goblinShoppingCartVoo){
...@@ -1123,7 +1123,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService { ...@@ -1123,7 +1123,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
}); });
} }
String sqlDatas = SqlMapping.gets(sqls, sqlData); String sqlDatas = SqlMapping.gets(sqls, sqlData);
log.info(sqlDatas); log.debug(sqlDatas);
queueUtils.sendMsgByRedis(MQConst.GoblinQueue.GOBLIN_SHOP_CART.getKey(), sqlDatas); queueUtils.sendMsgByRedis(MQConst.GoblinQueue.GOBLIN_SHOP_CART.getKey(), sqlDatas);
} }
......
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