Commit 3bd57fb1 by 徐高华

sql

parent d8d08512
......@@ -19,25 +19,25 @@
</sql>
<!-- ===================== 新增 ======================== -->
<insert id="insert" parameterType="com.gic.haoban.manage.service.entity.TabKeyData">
<![CDATA[
INSERT INTO tab_haoban_key_data(
id,
enterprise_id,
relation_id ,
data_key,
data,
type,
create_time
)VALUES(
#{id},
#{enterpriseId} ,
#{relationId} ,
#{dataKey,jdbcType=VARCHAR},
#{data,jdbcType=VARCHAR},
#{type,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP}
)
]]>
<![CDATA[
INSERT INTO tab_haoban_key_data(
id,
enterprise_id,
relation_id ,
data_key,
data,
type,
create_time
)VALUES(
#{id},
#{enterpriseId} ,
#{relationId} ,
#{dataKey,jdbcType=VARCHAR},
#{data,jdbcType=VARCHAR},
#{type,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP}
)
]]>
</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