modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml
@@ -67,4 +67,10 @@ AND a.PID = ${productId} </select> <select id="getTaskProductList" resultType="com.zt.life.modules.mainPart.basicInfo.model.XhProductModel"> select a.name, a.id from product_model a where a.is_delete = 0 and a.product_type = 4 </select> </mapper>