姜友瑶
2022-05-05 c41e8d372cdabbe1fd5973c9322e38a40bfa1a39
Merge branch 'developer' into alpha
1 files modified
2 ■■■ changed files
zq-erp/src/main/resources/mybatis/mapper/hive/ShoppingGoodsDao.xml 2 ●●● patch | view | raw | blame | history
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查询 -->