1
zj
2024-10-17 ffbca1f7268fdaef327168ec55d32deb16c98e6c
src/main/resources/mapper/StockMapper.xml
@@ -319,7 +319,7 @@
         FROM stock
    where stock_type = #{stockType}
    and stock_spell not like '%.st%'
    <if test="keyWords != null and keyWords != '' ">
      and (stock_spell like concat('%',#{keyWords},'%')  or stock_name like concat('%',#{keyWords},'%')  )
    </if>