Commit a69fd35a by 墨竹

feat:获取交集门店id

parent 0e2c9f23
......@@ -254,6 +254,6 @@ public interface StaffApiService {
* @author mozhu
* @date 2022-05-06 17:17:27
*/
List<String> getHaoBanStoreRoles(String clerkId);
List<String> getHaoBanStoreRolesByClerkId(String clerkId);
}
......@@ -1292,7 +1292,7 @@ public class StaffApiServiceImpl implements StaffApiService {
}
@Override
public List<String> getHaoBanStoreRoles(String clerkId) {
public List<String> getHaoBanStoreRolesByClerkId(String clerkId) {
StaffClerkRelationDTO staffClerkRelationDTO = staffClerkRelationService.getByClerkId(clerkId);
if (staffClerkRelationDTO == null) {
return Collections.emptyList();
......
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