|
@@ -2,7 +2,7 @@
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
|
|
|
<mapper namespace="cn.cslg.pas.mapper.AssoProductPatentMapper">
|
|
|
- <!--插入数 据 -->
|
|
|
+ <!--插入数据-->
|
|
|
<!--int insert(AssoProductPatent assoProductPatent);-->
|
|
|
<insert id="insert" useGeneratedKeys="true" keyProperty="id">
|
|
|
insert into asso_product_patent (patent_no, product_id)
|