Commit 43df3e40 authored by zhangwanglin's avatar zhangwanglin

上门补卡打卡记录不展示

parent 0637dab4
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,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} WHERE m.EMP_ID = #{empId} and t.is_clock <![CDATA[<>]]> 1
order by t.TASK_DETAIL_ID desc order by t.TASK_DETAIL_ID desc
</select> </select>
......
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