复核添加货主id查询;
This commit is contained in:
@@ -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') >= #{createTimeStart}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user