oms配置表添加shipperid;

This commit is contained in:
王奎兴
2026-05-08 09:52:36 +08:00
parent ab7534e134
commit e467193f03
5 changed files with 22 additions and 17 deletions
@@ -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>