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>