fix
Helius
2022-05-26 e2812e9a6352583bafd376757a61ede1f1003310
zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml
@@ -897,7 +897,7 @@
      t.id=cate_id)
      cate_name
      from shopping_goods a
      where code=#{code}
      where a.code=#{code}  and a.is_del=1
   </select>
   <!-- 根据id查询 -->