Selaa lähdekoodia

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

zhengqiang 5 vuotta sitten
vanhempi
commit
98dbe1a875
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      common/src/main/resources/mapper/base/PersonDeviceLog.xml

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

@@ -367,7 +367,7 @@
             and b.code_ like #{companyCode}
             and a.del_flag=0
             and c.record_time>=#{startDate}
-            and c.record_time<=#{startDate}
+            and c.record_time<=#{endDate}
             and c.del_flag=0
         ]]>
     </select>