|
|
@@ -1169,7 +1169,7 @@
|
|
|
and dep.id = #{depId,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="starTime !=null and endTime !=null">
|
|
|
- and a.sign_time between #{starTime,jdbcType=VARCHAR} and #{endTime,jdbcType=VARCHAR}
|
|
|
+ and a.create_time between #{starTime,jdbcType=VARCHAR} and #{endTime,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
order by
|
|
|
<if test="specially == 4">
|