Commit e27ee912 by huluobin

线上美甲师统计

parent 74b2ad01
......@@ -423,7 +423,7 @@ public class Schedule {
.sord("asc")
//在职
.status(1)
.date_utc(Lists.newArrayList(LocalDateTime.of(LocalDate.of(2020, 4, 1), LocalTime.of(0, 0)).toString(), LocalDateTime.now().toString()))
.date_utc(Lists.newArrayList(LocalDateTime.of(LocalDate.of(2020, LocalDate.now().getMonth(), 1), LocalTime.of(0, 0)).toString(), LocalDateTime.now().toString()))
.technician_id(storeTechnician.getId())
.build();
......
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