Commit 16146d8e by 徐高华

导购任务-查询绑定导购

parent 47aabed0
......@@ -219,4 +219,7 @@ public interface StaffClerkRelationApiService {
*/
List<String> getTakeoverClerkIdList(List<String> staffIdList) ;
List<String> listAllClerkIdsByEnterpriseId(String enterpriseId);
}
......@@ -654,4 +654,9 @@ public class StaffClerkRelationApiServiceImpl implements StaffClerkRelationApiSe
}
return takeoverClerkIdList;
}
@Override
public List<String> listAllClerkIdsByEnterpriseId(String enterpriseId) {
return this.staffClerkRelationService.listAllClerkIdsByEnterpriseId(enterpriseId);
}
}
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