Commit 9f1ee65a by 陶光胜

加字段

parent 8645abc6
......@@ -33,7 +33,7 @@
create_time, update_time,is_edit_store_group,from_enterprise_id)
values (#{storeId,jdbcType=INTEGER}, #{storeInfoId,jdbcType=INTEGER}, #{enterpriseId,jdbcType=INTEGER},
#{storeGroupId,jdbcType=INTEGER}, #{ownType,jdbcType=INTEGER}, #{status,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}, #{isEditStoreGroup,jdbcType=INTEGER}), #{fromEnterpriseId}
#{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP}, #{isEditStoreGroup,jdbcType=INTEGER},#{fromEnterpriseId})
</insert>
<insert id="insertSelective" parameterType="com.gic.store.entity.TabStore" useGeneratedKeys="true" keyProperty="storeId" keyColumn="storeId">
insert into tab_store
......
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