Commit 04bf3326 by 徐高华

企微托管

parent 55a0a31d
......@@ -127,7 +127,7 @@ public class OpenStaffServiceImpl implements OpenStaffService {
log.info("分页查询条件={}", JSONObject.toJSONString(qdto));
String wxEnterpriseId = qdto.getWxEnterpriseId();
String enterpriseId = qdto.getEnterpriseId();
List<String> storeIdList = staffApiService.getHaoBanStoreIdsRolesByClerkId(qdto.getLoginClerkId(), enterpriseId);
List<String> storeIdList = staffApiService.getHaoBanStoreIdsRolesByClerkId(qdto.getLoginClerkId(), wxEnterpriseId);
if(CollectionUtils.isEmpty(storeIdList)) {
return ServiceResponse.success(new Page<>());
}
......
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