Commit 31fbe977 by guojuxing

微盟商城新增,返回逐渐ID

parent ac575dd6
......@@ -29,7 +29,7 @@
delete from tab_wm_store
where wm_mall_store_id = #{wmMallStoreId,jdbcType=INTEGER}
</delete>
<insert id="insert" parameterType="com.gic.enterprise.entity.TabWmStore">
<insert id="insert" parameterType="com.gic.enterprise.entity.TabWmStore" useGeneratedKeys="true" keyProperty="wmMallStoreId">
insert into tab_wm_store (wm_mall_store_id, enterprise_id, wm_main_account,
wm_pid, wm_store_id, wm_pid_name,
mall_mode, store_brand_id, auth_status,
......
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