wente
2024-03-22 76cdda8f731c4aa7d8ae0216d29f1c362dc53125
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>