Helius
2021-01-18 6dbefbb50c62e6b16ab851bb0f7f77da9321d206
zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml
@@ -1248,7 +1248,7 @@
         measure measure,
         a.good_type goodsType
      from shopping_goods a
      where 1=1 and staus = '上架'
      where 1=1 and staus = '上架' and a.is_del=1
      <if test="record.queryKey != null and record.queryKey != ''">
         and (instr(name,#{record.queryKey}) or instr(code ,#{record.queryKey}) or instr(zjm ,#{record.queryKey}))
      </if>