oms配置表添加shipperid;
This commit is contained in:
@@ -28,6 +28,9 @@
|
||||
<if test="warehouseId != null">
|
||||
AND a.warehouse_id = #{warehouseId}
|
||||
</if>
|
||||
<if test="shipperId != null">
|
||||
AND a.shipper_id = #{shipperId}
|
||||
</if>
|
||||
<if test="key != null and key != ''">
|
||||
AND a.key LIKE CONCAT('%', #{key}, '%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user