Commit 5ae3e518 authored by litengwei's avatar litengwei

签到bug

parent 0852cbf5
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
and sign.`name`= like CONCAT(#{dto.name},'%') and sign.`name`= like CONCAT(#{dto.name},'%')
</if> </if>
<if test="dto.type!=null and dto.type!=''"> <if test="dto.type!=null and dto.type!=''">
and sign.type=#{dto.type}) and sign.type=#{dto.type}
</if> </if>
<if test="dto.signTimeBIGGER!=null and dto.signTimeBIGGER!=''"> <if test="dto.signTimeBIGGER!=null and dto.signTimeBIGGER!=''">
and sign.sign_time >= #{dto.signTimeBIGGER} and sign.sign_time >= #{dto.signTimeBIGGER}
......
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