|
|
@@ -111,7 +111,6 @@ public class StoreStaffConfigServiceImpl implements StoreStaffConfigService {
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
@Override
|
|
|
public IPage<StoreStaffConfig> queryStaffList(Integer page, Integer size, Integer storeId, String status) {
|
|
|
IPage<StoreStaffConfig> storePage = new Page<>(page, size);
|
|
|
@@ -142,3 +141,4 @@ public class StoreStaffConfigServiceImpl implements StoreStaffConfigService {
|
|
|
|
|
|
|
|
|
}
|
|
|
+}
|