|
@@ -173,7 +173,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
left join base_location_zone t2 on t2.zone_id=t1.zone_id
|
|
|
<where>
|
|
|
<if test="id != null "> and id like concat('%', #{id}, '%')</if>
|
|
|
- <if test="warehouseId != null "> and warehouse_id = #{warehouseId}</if>
|
|
|
+ <if test="warehouseId != null "> and t1.warehouse_id = #{warehouseId}</if>
|
|
|
<if test="zoneId != null "> and t1.zone_id = #{zoneId}</if>
|
|
|
<if test="zoneName != null "> and zone_name = #{zoneName}</if>
|
|
|
<if test="locationNo != null and locationNo != ''"> and location_no like concat('%', #{locationNo}, '%')</if>
|