复核添加货主id查询;

This commit is contained in:
王奎兴
2026-07-17 18:04:56 +08:00
parent 587550025d
commit 5fe5ce7e82
@@ -154,6 +154,9 @@
<if test="shipperName != null and shipperName != ''">
and a.shipper_name like concat('%', #{shipperName}, '%')
</if>
<if test="shipperId != null and shipperId != ''">
and a.shipper_id like concat('%', #{shipperId}, '%')
</if>
<if test="createTimeStart != null and createTimeStart != ''">
and date_format(a.create_time, '%Y-%m-%d') &gt;= #{createTimeStart}
</if>