|
|
@@ -163,7 +163,7 @@
|
|
|
and a.status = #{status,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="startTime !=null and endTime !=null">
|
|
|
- and a.create_time between #{startTime,jdbcType=TIMESTAMP} and #{endTime,jdbcType=TIMESTAMP}
|
|
|
+ and a.update_time between #{startTime,jdbcType=TIMESTAMP} and #{endTime,jdbcType=TIMESTAMP}
|
|
|
</if>
|
|
|
<if test="depId !=null">
|
|
|
and a.dep_id = #{depId,jdbcType=VARCHAR}
|