|
@@ -684,7 +684,9 @@
|
|
|
AND tmgs.sku_model LIKE concat('%',my_ex.likequery(#{skuModel}),'%')
|
|
AND tmgs.sku_model LIKE concat('%',my_ex.likequery(#{skuModel}),'%')
|
|
|
</if>
|
|
</if>
|
|
|
<if test="searchText !=null">
|
|
<if test="searchText !=null">
|
|
|
- AND (tpid.into_no LIKE concat('%',my_ex.likequery(#{searchText}), '%') OR tmgs.sku_name LIKE concat('%',my_ex.likequery(#{searchText}),'%') OR tmgs.sku_code LIKE concat('%',my_ex.likequery(#{searchText}),'%'))
|
|
|
|
|
|
|
+ AND (tpid.into_no LIKE concat('%',my_ex.likequery(#{searchText}), '%')
|
|
|
|
|
+ OR tmgs.sku_name LIKE concat('%',my_ex.likequery(#{searchText}),'%')
|
|
|
|
|
+ OR tmgs.sku_model LIKE concat('%',my_ex.likequery(#{searchText}),'%'))
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
<if test="pageSize != null and currentPage != null and pageSize != 0 and currentPage != 0">
|
|
<if test="pageSize != null and currentPage != null and pageSize != 0 and currentPage != 0">
|