|
|
@@ -179,9 +179,9 @@ public class StoreStaffConfigServiceImpl implements StoreStaffConfigService {
|
|
|
queryWrapper.eq("store_id", storeId);
|
|
|
}
|
|
|
// 如果状态不为空,则进行精确匹配查询
|
|
|
- if (StringUtils.isNotEmpty(status)) {
|
|
|
- queryWrapper.eq("status", status);
|
|
|
- }
|
|
|
+// if (StringUtils.isNotEmpty(status)) {
|
|
|
+// queryWrapper.eq("status", status);
|
|
|
+// }
|
|
|
// 只查询未删除的记录
|
|
|
queryWrapper.eq("delete_flag", 0);
|
|
|
queryWrapper.orderByDesc("created_time");
|