Commit 2addd96a by 徐高华

test

parent 06398dd8
...@@ -219,9 +219,9 @@ public class GroupChatApiServiceImpl implements GroupChatApiService { ...@@ -219,9 +219,9 @@ public class GroupChatApiServiceImpl implements GroupChatApiService {
public ServiceResponse<Boolean> getSetGicFlag(String wxEnterpriseId) { public ServiceResponse<Boolean> getSetGicFlag(String wxEnterpriseId) {
List<TabHaobanWxEnterpriseRelated> list = this.wxEnterpriseRelatedService.getByWxEnterpriseId(wxEnterpriseId); List<TabHaobanWxEnterpriseRelated> list = this.wxEnterpriseRelatedService.getByWxEnterpriseId(wxEnterpriseId);
if (CollectionUtils.isNotEmpty(list) && list.size() == 1) { if (CollectionUtils.isNotEmpty(list) && list.size() == 1) {
return ServiceResponse.success(Boolean.TRUE); return ServiceResponse.success(Boolean.FALSE);
} }
return ServiceResponse.success(Boolean.FALSE); return ServiceResponse.success(Boolean.TRUE);
} }
@Override @Override
......
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