modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml
@@ -133,9 +133,12 @@ </if> </select> <select id="getProductPath" resultType="com.zt.life.modules.mainPart.basicInfo.model.XhProductModel"> select * from product_model where IS_DELETE = 0 and ship_id =${shipId} select a.*, b.id as paramId from product_model a, param_data b where a.IS_DELETE = 0 and b.IS_DELETE = 0 and a.ship_id = ${shipId} and a.id = b.product_id </select> </mapper>