Commit d4cc9db2 by huluobin

update

parent 78fb53bc
...@@ -111,7 +111,7 @@ public class StoreTechnicianServiceImpl extends ServiceImpl<StoreTechnicianMappe ...@@ -111,7 +111,7 @@ public class StoreTechnicianServiceImpl extends ServiceImpl<StoreTechnicianMappe
if (storeTechnician.getDepartmentId() != null) { if (storeTechnician.getDepartmentId() != null) {
wrapper.eq(StoreTechnician::getDepartmentId, storeTechnician.getDepartmentId()); wrapper.eq(StoreTechnician::getDepartmentId, storeTechnician.getDepartmentId());
} }
wrapper.eq(StoreTechnician::getIsAdmin, false) wrapper.eq(StoreTechnician::getIsAdmin, false);
return this.list(wrapper); return this.list(wrapper);
} }
} }
...@@ -394,8 +394,6 @@ public class Schedule { ...@@ -394,8 +394,6 @@ public class Schedule {
} }
log.debug("同步最新闲时间折扣限制结束"); log.debug("同步最新闲时间折扣限制结束");
leisureDiscountConfigLimitMapper
} }
/** /**
......
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