Commit cc0b6cad by 墨竹

fix:收费改为消息队列

parent ac5c2a54
...@@ -71,7 +71,7 @@ public class HaobanQywxFeeApiServiceImpl implements HaobanQywxFeeApiService { ...@@ -71,7 +71,7 @@ public class HaobanQywxFeeApiServiceImpl implements HaobanQywxFeeApiService {
for (TabHaobanWxEnterprise wxEnterprise : tabHaobanWxEnterprises) { for (TabHaobanWxEnterprise wxEnterprise : tabHaobanWxEnterprises) {
GicMQClient instance = GICMQClientUtil.getClientInstance(); GicMQClient instance = GICMQClientUtil.getClientInstance();
try { try {
instance.sendMessage("addFeeMq", wxEnterprise.getWxEnterpriseId()); instance.sendMessage("qywxAddFeeMq", wxEnterprise.getWxEnterpriseId());
} catch (Exception e) { } catch (Exception e) {
logger.info("发送消息处理异常:{}", e.getMessage(),e); logger.info("发送消息处理异常:{}", e.getMessage(),e);
} }
......
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