Commit 78f2afdc authored by zhangwanglin's avatar zhangwanglin

上门补卡打卡记录不展示

parent e0e16b16
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
left join CH_DISABLE_INFO info on info.DISAB_INFO_ID = k.DISAB_INFO_ID left join CH_DISABLE_INFO info on info.DISAB_INFO_ID = k.DISAB_INFO_ID
LEFT JOIN CH_SRV_ORGAN_EMP m ON m.EMP_ID = k.SRV_EMP_ID LEFT JOIN CH_SRV_ORGAN_EMP m ON m.EMP_ID = k.SRV_EMP_ID
LEFT JOIN CH_SRV_ORGAN T5 ON T5.SRV_ORGAN_ID = m.SRV_ORGAN_ID LEFT JOIN CH_SRV_ORGAN T5 ON T5.SRV_ORGAN_ID = m.SRV_ORGAN_ID
WHERE m.EMP_ID = #{empId} and t.is_clock <![CDATA[<>]]> 1 WHERE m.EMP_ID = #{empId} and t.is_clock is null
<if test="empName != null and empName != ''"> <if test="empName != null and empName != ''">
and info.REAL_NAME like CONCAT(CONCAT('%',#{empName}) ,'%') and info.REAL_NAME like CONCAT(CONCAT('%',#{empName}) ,'%')
</if> </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment