|
@@ -245,10 +245,10 @@
|
|
|
<where>
|
|
|
su.del_flag_ = 0
|
|
|
<if test="createStartDate != null and createStartDate != ''">
|
|
|
- and #{createStartDate} <= e.create_time_
|
|
|
+ and #{createStartDate} <= e.update_time_
|
|
|
</if>
|
|
|
<if test="createEndDate != null and createEndDate != ''">
|
|
|
- and #{createEndDate} > e.create_time_
|
|
|
+ and #{createEndDate} > e.update_time_
|
|
|
</if>
|
|
|
</where>
|
|
|
</select>
|