|
@@ -33,9 +33,6 @@
|
33
|
33
|
<if test="sSttlStCd != null and sSttlStCd != ''">
|
34
|
34
|
AND A.sttl_st_cd = #{sSttlStCd}
|
35
|
35
|
</if>
|
36
|
|
- <if test="sItemNm != null and sItemNm != ''">
|
37
|
|
- AND A.item_nm LIKE CONCAT('%',#{sItemNm},'%')
|
38
|
|
- </if>
|
39
|
36
|
<choose>
|
40
|
37
|
<when test="gridRequest.sidx != null and gridRequest.sidx != ''">
|
41
|
38
|
<if test="gridRequest.sidx == 'VIEW_NUM'.toString()">
|
|
@@ -78,9 +75,6 @@
|
78
|
75
|
<if test="sSttlStCd != null and sSttlStCd != ''">
|
79
|
76
|
AND A.sttl_st_cd = #{sSttlStCd}
|
80
|
77
|
</if>
|
81
|
|
- <if test="sItemNm != null and sItemNm != ''">
|
82
|
|
- AND A.item_nm LIKE CONCAT('%',#{sItemNm},'%')
|
83
|
|
- </if>
|
84
|
78
|
</select>
|
85
|
79
|
|
86
|
80
|
</mapper>
|