|
|
@@ -140,10 +140,10 @@
|
|
|
and sr.deptId = #{deptId, jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="startTime != null and startTime != ''">
|
|
|
- and sr.create_time >= #{startTime}
|
|
|
+ and sr.create_time >= #{startTime,jdbcType=DATE}
|
|
|
</if>
|
|
|
<if test="endTime != null and endTime != ''" >
|
|
|
- and sr.create_time <= #{startTime}
|
|
|
+ and sr.create_time <= #{endTime,jdbcType=DATE}
|
|
|
</if>
|
|
|
|
|
|
ORDER BY sr.create_time desc
|