jinlin
2024-03-19 bbb7b9dd4919e1026ed75d5f0f1dc37b5593b522
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>