mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 09:35:29 +08:00
优化员工报餐,过来周六日
This commit is contained in:
parent
f257ee2f6c
commit
08864e17b9
@ -28,7 +28,9 @@ public class FtOrderDaoServiceImpl extends ServiceImpl<FtOrderDaoMapper, FtOrder
|
||||
FtStaffStopMealsDaoMapper staffStopMealsDaoMapper;
|
||||
|
||||
public void GenerateStaffTomorrowOrder() {
|
||||
this.baseMapper.GenerateStaffTomorrowOrder();
|
||||
int week = DateUtil.thisDayOfWeek();
|
||||
if (week < 6)
|
||||
this.baseMapper.GenerateStaffTomorrowOrder();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user