wuxw
2022-10-25 eed493ecdd0900e1d6e434523597308aef420d73
java110-db/src/main/resources/mapper/common/AttendanceLogServiceDaoImplMapper.xml
@@ -112,7 +112,7 @@
            and t.staff_id= #{staffId}
        </if>
        <if test="clockTime !=null and clockTime != ''">
            and t.clock_time= #{clockTime}
            and DATE_FORMAT(t.clock_time,'%Y-%m-%d')= #{clockTime}
        </if>