|
|
@@ -526,7 +526,14 @@
|
|
|
</foreach>
|
|
|
)
|
|
|
</when>
|
|
|
- <when test='search != null and search == "searchGoodsNum"'>
|
|
|
+ <when test='search != null and search == "searchGoodsNm"'>
|
|
|
+ AND (
|
|
|
+ <foreach collection="conditionList" item="item" index="index" separator="or">
|
|
|
+ UPPER(G.GOODS_NM) LIKE CONCAT('%',UPPER(#{item}),'%')
|
|
|
+ </foreach>
|
|
|
+ )
|
|
|
+ </when>
|
|
|
+ <when test='search != null and search == "searchGoodsNum"'>
|
|
|
AND (
|
|
|
<foreach collection="conditionList" item="item" index="index" separator="or">
|
|
|
UPPER(G.GOODS_NUM) LIKE CONCAT('%',UPPER(#{item}),'%')
|