钉钉考勤
This commit is contained in:
@@ -21,7 +21,7 @@ public class AttendanceServiceImpl implements AttendanceService {
|
||||
private ShopConfigService shopConfigService;
|
||||
|
||||
@Override
|
||||
public ArrayList<DingAttendanceStatsVO> list(Long shopId, Integer page, Integer size, String name, String startTime, String endTime) {
|
||||
public ArrayList<DingAttendanceStatsVO> list(Long shopId, String name, String startTime, String endTime) {
|
||||
DateTime start;
|
||||
DateTime end;
|
||||
if (StrUtil.isBlank(startTime)) {
|
||||
|
||||
Reference in New Issue
Block a user