|
@@ -53,7 +53,7 @@
|
53
|
53
|
AND A.item_id = #{sItemId}
|
54
|
54
|
</if>
|
55
|
55
|
<if test="sItemNm != null and sItemNm != ''">
|
56
|
|
- AND A.item_nm LIKE CONCAT('%',#{sItemNm},'%')
|
|
56
|
+ AND E.item_nm LIKE CONCAT('%',#{sItemNm},'%')
|
57
|
57
|
</if>
|
58
|
58
|
<choose>
|
59
|
59
|
<when test="gridRequest.sidx != null and gridRequest.sidx != ''">
|
|
@@ -122,7 +122,7 @@
|
122
|
122
|
AND A.item_id = #{sItemId}
|
123
|
123
|
</if>
|
124
|
124
|
<if test="sItemNm != null and sItemNm != ''">
|
125
|
|
- AND A.item_nm LIKE CONCAT('%',#{sItemNm},'%')
|
|
125
|
+ AND E.item_nm LIKE CONCAT('%',#{sItemNm},'%')
|
126
|
126
|
</if>
|
127
|
127
|
</select>
|
128
|
128
|
|