modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml
@@ -6,7 +6,11 @@ delete from product_model where ship_id = ${shipId} and product_type > 2 </delete> <delete id="deleteByPid"> delete from product_model where PID = ${id} </delete> <select id="getList" resultType="com.zt.life.modules.mainPart.basicInfo.model.XhProductModel"> @@ -144,4 +148,9 @@ and a.ship_id = ${shipId} and a.id = b.product_id </select> <select id="getByPid" resultType="java.lang.Long"> select id from product_model where IS_DELETE=0 and PID=${id} </select> </mapper>