补全创建人和搜索

This commit is contained in:
zhou-hongcheng
2026-04-28 11:30:40 +08:00
parent 4260ac5fce
commit 95cb22d2ca
2 changed files with 8 additions and 1 deletions
@@ -70,7 +70,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and a.warehouse_id = #{warehouseId}
</if>
<if test="warehouseName != null and warehouseName != ''">
and (w.warehouse_name like concat('%', #{warehouseName}, '%') or a.warehouse_name like concat('%', #{warehouseName}, '%'))
and a.warehouse_name like concat('%', #{warehouseName}, '%')
</if>
<!-- 线路管理字段查询 -->
<if test="routeCode != null and routeCode != ''">