复核添加货主id查询;
This commit is contained in:
@@ -154,6 +154,9 @@
|
|||||||
<if test="shipperName != null and shipperName != ''">
|
<if test="shipperName != null and shipperName != ''">
|
||||||
and a.shipper_name like concat('%', #{shipperName}, '%')
|
and a.shipper_name like concat('%', #{shipperName}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="shipperId != null and shipperId != ''">
|
||||||
|
and a.shipper_id like concat('%', #{shipperId}, '%')
|
||||||
|
</if>
|
||||||
<if test="createTimeStart != null and createTimeStart != ''">
|
<if test="createTimeStart != null and createTimeStart != ''">
|
||||||
and date_format(a.create_time, '%Y-%m-%d') >= #{createTimeStart}
|
and date_format(a.create_time, '%Y-%m-%d') >= #{createTimeStart}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user