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

Commit 8b2b4faa authored by 胡佳晨's avatar 胡佳晨

脚本 消费 和 订单回调 修改

parent 670918a7
......@@ -81,7 +81,7 @@ public class ConsumerProcessor {
// 处理长sql语句
private void consumerSqlDaoHandlerLongSql(Message msg, Channel channel) {
String redisKey = new String(msg.getBody());
String redisKey = new String(msg.getBody()).replaceAll("\"","");
log.debug("consumer ==> redisKey:{}", redisKey);
try {
......
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