为了方便测试,先把日期条件去掉

This commit is contained in:
xiang2lin 2025-05-27 15:26:44 +08:00
parent fdad19b0cc
commit 9bda9783b2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<if test="id != null and id != ''">f.id = #{id}</if>
<if test="bill_code != null and bill_code != ''">and f.bill_code = #{bill_code}</if>
and push_status is null
and start_date >= '2025-05-26'
-- and start_date >= '2025-05-26'
</trim>
</select>