Commit 0507b69e by 徐高华

Merge remote-tracking branch 'origin/master_xgh_停用功能' into developer

parents 74fa9450 6238c85d
...@@ -117,6 +117,9 @@ public class WxEnterpriseServiceImpl implements WxEnterpriseService { ...@@ -117,6 +117,9 @@ public class WxEnterpriseServiceImpl implements WxEnterpriseService {
public void stopHaoban(String enterpriseId) { public void stopHaoban(String enterpriseId) {
List<TabHaobanWxEnterpriseRelated> list = this.wxEnterpriseRelatedMapper.listByEnterpriseId(enterpriseId) ; List<TabHaobanWxEnterpriseRelated> list = this.wxEnterpriseRelatedMapper.listByEnterpriseId(enterpriseId) ;
logger.info("停用好办={},list={}",enterpriseId,JSON.toJSONString(list)); logger.info("停用好办={},list={}",enterpriseId,JSON.toJSONString(list));
if(CollectionUtils.isEmpty(list)){
return ;
}
List<String> wxEnterpriseIdList = new ArrayList<>(); List<String> wxEnterpriseIdList = new ArrayList<>();
for(TabHaobanWxEnterpriseRelated item : list) { for(TabHaobanWxEnterpriseRelated item : list) {
String wxEnterpriseId = item.getWxEnterpriseId() ; String wxEnterpriseId = item.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