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

Commit ac02a567 authored by jiangxiulong's avatar jiangxiulong

SWEET_WECHAT_USER_INSERT

parent 9ce3d47a
...@@ -303,7 +303,7 @@ public class SweetWechatTemplateServiceImpl { ...@@ -303,7 +303,7 @@ public class SweetWechatTemplateServiceImpl {
sqlsDataA.add(new Object[]{ sqlsDataA.add(new Object[]{
userId, phone, now, unionId, type userId, phone, now, unionId, type
}); });
queueUtils.sendMsgByRedis(MQConst.SweetQueue.SWEET_USER_INSERT_DRAW.getKey(), queueUtils.sendMsgByRedis(MQConst.SweetQueue.SWEET_WECHAT_USER_INSERT.getKey(),
SqlMapping.gets(sqls, sqlsDataA)); SqlMapping.gets(sqls, sqlsDataA));
} }
return true; return true;
......
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