Commit 7d30aebe by 陶光胜

门店状态变更

parent c337d634
......@@ -944,7 +944,8 @@ public class ClerkApiServiceImpl implements ClerkApiService {
@Override
public ServiceResponse<List<Integer>> listClerkId(List<Integer> storeInfoIdList) {
return null;
List<Integer> list = this.clerkService.listStoreInfoIdByStoreInfoId(null, storeInfoIdList);
return ServiceResponse.success(list);
}
private ServiceResponse<List<ClerkDTO>> haobanClerk(List<TabClerk> clerkList) {
......
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