Commit d3ebf679 by fudahua

会员标签同步-校验定时器

parent b025054e
......@@ -152,6 +152,6 @@ public interface QywxTagApiService {
/**
* 校验企业微信标签同步
*/
public void checkQywxSync();
public void checkQywxSync(String params);
}
......@@ -822,7 +822,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService {
}
@Override
public void checkQywxSync() {
public void checkQywxSync(String params) {
List<TabHaobanWxEnterprise> wxEnterprises = wxEnterpriseService.listAll();
wxEnterprises.forEach(wxEnterprise -> {
logger.info("企业:{}", wxEnterprise.getWxEnterpriseId());
......
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