wzy
2022-10-07 60da6176964cb65963bd15e8a00772cc33efbf1a
zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml
@@ -3,7 +3,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.matrix.system.hive.dao.ShoppingGoodsDao">
    <cache readOnly="true"></cache>
   <resultMap type="ShoppingGoods" id="ShoppingGoodsMap">
   
      <id property="id" column="id" />
@@ -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查询 -->