|
|
|
@ -37,6 +37,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<where>
|
|
|
|
|
<if test="locationCode != null and locationCode != ''"> and location_code like concat(concat('%', #{locationCode}), '%')</if>
|
|
|
|
|
<if test="locationName != null and locationName != ''"> and location_name like concat(concat('%', #{locationName}), '%')</if>
|
|
|
|
|
<if test="materialType != null and materialType != ''"> and material_type like concat(concat('%', #{materialType}), '%')</if>
|
|
|
|
|
|
|
|
|
|
<if test="locationRow != null and locationRow != ''"> and location_row = #{locationRow} </if>
|
|
|
|
|
<if test="locationLine != null and locationLine != ''"> and location_line = #{locationLine} </if>
|
|
|
|
|