소스 검색

1.如果为设置考勤时段,则查全天。
2.大屏修改。

zhengqiang 5 년 전
부모
커밋
49fd51bc9e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/src/main/resources/mapper/base/PersonDeviceLog.xml

+ 1 - 1
common/src/main/resources/mapper/base/PersonDeviceLog.xml

@@ -366,7 +366,7 @@
             and a.id_=c.person_id
             and b.code_ like #{companyCode}
             and a.del_flag=0
-            and c.record_time>=#{startDate}
+            and c.record_time>=#{beginDate}
             and c.record_time<=#{endDate}
             and c.del_flag=0
         ]]>