|
|
|
|
@ -208,7 +208,7 @@ public class WxClockLogServiceImpl implements IWxClockLogService {
|
|
|
|
|
queryClockLog.getParams().put("beginTime", LocalDateTime.of(now.toLocalDate(), LocalTime.MIN));
|
|
|
|
|
queryClockLog.getParams().put("endTime", LocalDateTime.of(now.toLocalDate(), LocalTime.MAX));
|
|
|
|
|
List<WxClockLog> wxClockLogList = wxClockLogMapper.selectWxClockLogList(queryClockLog);
|
|
|
|
|
if (wxClockLogList == null && wxClockLogList.size() == 0) {
|
|
|
|
|
if (wxClockLogList == null || wxClockLogList.size() == 0) {
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
WxClockLogRet wxClockLogRet = new WxClockLogRet();
|
|
|
|
|
|