|
@@ -109,7 +109,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
select id from t_measure_thickness
|
|
select id from t_measure_thickness
|
|
|
<where>
|
|
<where>
|
|
|
del_flag = 0
|
|
del_flag = 0
|
|
|
- <if test="tagNo != null and tagNo != ''"> and tagno = #{tagNo}</if>
|
|
|
|
|
|
|
+ <if test="tagno != null and tagno != ''"> and tagno = #{tagno}</if>
|
|
|
<if test="position != null and position != ''"> and position = #{position}</if>
|
|
<if test="position != null and position != ''"> and position = #{position}</if>
|
|
|
</where>
|
|
</where>
|
|
|
|
|
|
|
@@ -122,7 +122,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
|
|
<if test="plantCode != null and plantCode != ''"> and plant_code = #{plantCode}</if>
|
|
<if test="plantCode != null and plantCode != ''"> and plant_code = #{plantCode}</if>
|
|
|
<if test="unitCode != null and unitCode != ''"> and unit_code = #{unitCode}</if>
|
|
<if test="unitCode != null and unitCode != ''"> and unit_code = #{unitCode}</if>
|
|
|
- <if test="tagNo != null and tagNo != ''"> and tagno = #{tagNo}</if>
|
|
|
|
|
|
|
+ <if test="tagno != null and tagno != ''"> and tagno = #{tagno}</if>
|
|
|
<if test="position != null and position != ''"> and position = #{position}</if>
|
|
<if test="position != null and position != ''"> and position = #{position}</if>
|
|
|
<if test="measureNo != null and measureNo != ''"> and measure_no = #{measureNo}</if>
|
|
<if test="measureNo != null and measureNo != ''"> and measure_no = #{measureNo}</if>
|
|
|
</where>
|
|
</where>
|