Commit e3813001 by songyinghui

feat: MQ 队列名小写

parent 305146d3
...@@ -30,7 +30,7 @@ public class MaterialShareLogApiServiceImpl implements MaterialShareLogApiServic ...@@ -30,7 +30,7 @@ public class MaterialShareLogApiServiceImpl implements MaterialShareLogApiServic
* 导购分享素材 客户触达日志 * 导购分享素材 客户触达日志
* @see com.gic.haoban.manage.api.service.content.task.QywxGroupMsgTaskApiService#handlerTriggerCustomerDetailLog(String) * @see com.gic.haoban.manage.api.service.content.task.QywxGroupMsgTaskApiService#handlerTriggerCustomerDetailLog(String)
*/ */
private static final String SHARE_MATERIAL_DETAIL_LOG = "SHARE_MATERIAL_DETAIL_LOG"; private static final String SHARE_MATERIAL_DETAIL_LOG = "share_material_detail_log";
@Autowired @Autowired
private ClerkShareLogService clerkShareLogService; private ClerkShareLogService clerkShareLogService;
......
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