update
This commit is contained in:
@@ -219,10 +219,10 @@
|
||||
</if>
|
||||
</if>
|
||||
<if test="startDate != null and startDate != ''">
|
||||
and posting_date >= #{startDate}
|
||||
and create_time >= #{startDate}
|
||||
</if>
|
||||
<if test="endDate != null and endDate != ''">
|
||||
and posting_date <= #{endDate}
|
||||
and create_time <= #{endDate}
|
||||
</if>
|
||||
</where>
|
||||
order by is_explain desc
|
||||
|
||||
Reference in New Issue
Block a user