xyc
2024-03-21 ac18080bb1eecb943599f4a1c8842718d089485f
modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml
@@ -71,4 +71,11 @@
        where a.is_delete = 0
          and a.product_type = 4
    </select>
    <select id="getById" resultType="com.zt.life.modules.mainPart.basicInfo.model.XhProductModel">
        select a.*
        from product_model a
        where a.is_delete = 0
          and a.id = #{id}
    </select>
</mapper>