jinlin
2024-03-18 812d77e3db062d63bc35304ac527f14efd1a454d
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>