Commit f0e919fb by qwmqiuwenmin

fix

parent a6eaf2fa
...@@ -22,6 +22,7 @@ import com.gic.haoban.manage.service.config.Config; ...@@ -22,6 +22,7 @@ import com.gic.haoban.manage.service.config.Config;
import com.gic.haoban.manage.service.entity.*; import com.gic.haoban.manage.service.entity.*;
import com.gic.haoban.manage.service.service.*; import com.gic.haoban.manage.service.service.*;
import com.gic.mq.sdk.GicMQClient; import com.gic.mq.sdk.GicMQClient;
import com.gic.wechat.api.service.qywx.QywxDepartmentApiService;
import java.util.List; import java.util.List;
...@@ -57,6 +58,8 @@ public class MessageApiServiceImpl implements MessageApiService { ...@@ -57,6 +58,8 @@ public class MessageApiServiceImpl implements MessageApiService {
private WxApplicationService wxApplicationService; private WxApplicationService wxApplicationService;
@Autowired @Autowired
private Config config; private Config config;
@Autowired
private QywxDepartmentApiService qywxDepartmentApiService;
private final String CONTACT_APP = "contactSuiteId"; private final String CONTACT_APP = "contactSuiteId";
......
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