|
@@ -15,7 +15,7 @@
|
|
|
#{createPersonId})
|
|
|
</insert>
|
|
|
|
|
|
- <!--修改产品数据-->
|
|
|
+ <!--根据id修改产品数据-->
|
|
|
<!--int update(Product product);-->
|
|
|
<update id="update">
|
|
|
update PRODUCT
|
|
@@ -58,7 +58,7 @@
|
|
|
</update>
|
|
|
|
|
|
<!--根据reportId关联查询产品数据-->
|
|
|
- <!--ProductStandardVO getStandardByReportId(Integer reportId);-->
|
|
|
+ <!--ProductIncludeFilesVO getStandardByReportId(Integer reportId);-->
|
|
|
<select id="getStandardByReportId" resultMap="getStandardByReportIdResultMap">
|
|
|
select p.ID,
|
|
|
p.product_name,
|
|
@@ -90,7 +90,7 @@
|
|
|
order by rf_ID
|
|
|
</select>
|
|
|
|
|
|
- <resultMap id="getStandardByReportIdResultMap" type="cn.cslg.report.common.model.vo.ProductStandardVO">
|
|
|
+ <resultMap id="getStandardByReportIdResultMap" type="cn.cslg.report.common.model.vo.ProductIncludeFilesVO">
|
|
|
<id column="id" property="id"/>
|
|
|
<result column="PRODUCT_NAME" property="productName"/>
|
|
|
<result column="PRODUCT_IDENTIFY" property="productIdentify"/>
|