Commit 8a251bf4 by jinxin

通讯录列表查询接口优化

parent d2e78db1
......@@ -150,7 +150,7 @@ public class StaffApiServiceImpl implements StaffApiService {
String enterpriseIdParam = staffListDTO.getEnterpriseIdParam();
List<String> staffIds = new ArrayList<>();
//查询所属品牌成员id
if(null != enterpriseIdParam){
if(StrUtil.isNotBlank(enterpriseIdParam)){
staffIds = staffClerkRelationService.listAllStaffIdByEnterpriseId(enterpriseIdParam, wxEnterpriseId);
}else {
if (relationFlag != null) {
......
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