xyc
2024-03-22 dab8585784975f653459a5753497db109bb784bc
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>