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