为了方便测试,先把日期条件去掉
This commit is contained in:
parent
fdad19b0cc
commit
9bda9783b2
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue