This commit is contained in:
chenyanchang
2026-06-04 16:52:19 +08:00
parent 1db9243cee
commit 24eced691e
2 changed files with 4 additions and 5 deletions

View File

@@ -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 &lt;= #{endDate}
and create_time &lt;= #{endDate}
</if>
</where>
order by is_explain desc