Commit 3bd57fb1 by 徐高华

sql

parent d8d08512
...@@ -19,25 +19,25 @@ ...@@ -19,25 +19,25 @@
</sql> </sql>
<!-- ===================== 新增 ======================== --> <!-- ===================== 新增 ======================== -->
<insert id="insert" parameterType="com.gic.haoban.manage.service.entity.TabKeyData"> <insert id="insert" parameterType="com.gic.haoban.manage.service.entity.TabKeyData">
<![CDATA[ <![CDATA[
INSERT INTO tab_haoban_key_data( INSERT INTO tab_haoban_key_data(
id, id,
enterprise_id, enterprise_id,
relation_id , relation_id ,
data_key, data_key,
data, data,
type, type,
create_time create_time
)VALUES( )VALUES(
#{id}, #{id},
#{enterpriseId} , #{enterpriseId} ,
#{relationId} , #{relationId} ,
#{dataKey,jdbcType=VARCHAR}, #{dataKey,jdbcType=VARCHAR},
#{data,jdbcType=VARCHAR}, #{data,jdbcType=VARCHAR},
#{type,jdbcType=INTEGER}, #{type,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP} #{createTime,jdbcType=TIMESTAMP}
) )
]]> ]]>
</insert> </insert>
<!-- ============ 查询============= --> <!-- ============ 查询============= -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment