modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml
@@ -52,6 +52,7 @@ a.id as dataId, '' as statusImg, d.dict_code as productType, p.repairable as isRepair, p.task_mtbcf_accept as taskMtbcf, p.task_mtbcf_other_params as taskMtbcfOther, p.reliab_distrib_type as reliabDistribType, @@ -66,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>