Commit 55a0a31d by 徐高华

企微托管

parent cdf2d820
......@@ -128,6 +128,9 @@ public class OpenStaffServiceImpl implements OpenStaffService {
String wxEnterpriseId = qdto.getWxEnterpriseId();
String enterpriseId = qdto.getEnterpriseId();
List<String> storeIdList = staffApiService.getHaoBanStoreIdsRolesByClerkId(qdto.getLoginClerkId(), enterpriseId);
if(CollectionUtils.isEmpty(storeIdList)) {
return ServiceResponse.success(new Page<>());
}
if (CollectionUtils.isNotEmpty(qdto.getStoreGroupIdList())) {
storeIdList = this.getStoreIdList(enterpriseId, qdto.getStoreGroupIdList(),storeIdList);
}
......
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