Commit d87a0e0c by zhiwj

小程序资源组权限

parent 9e48c8a7
......@@ -142,7 +142,7 @@
<insert id="insertList">
insert into tab_applet_service_config (applet_service_id, enterprise_id, app_id,
name, type, create_time,
update_time, status)
update_time, status, config_id)
values
<foreach collection="list" index="index" item="item" separator=",">
(
......@@ -153,7 +153,8 @@
#{item.type,jdbcType=INTEGER},
#{item.createTime,jdbcType=TIMESTAMP},
#{item.updateTime,jdbcType=TIMESTAMP},
1
1,
#{item.configId,jdbcType=BIGINT}
)
</foreach>
-- ON DUPLICATE KEY UPDATE name = VALUES(name)
......
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