Commit 56b7bcb3 by zhiwj

修改bug

parent 537591a7
......@@ -65,9 +65,9 @@
<if test="updateTime != null">
update_time,
</if>
<if test="fromEnterpriseId != null">
from_enterprise_id,
</if>
<!--<if test="fromEnterpriseId != null">-->
<!--from_enterprise_id,-->
<!--</if>-->
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="storeId != null">
......@@ -97,9 +97,9 @@
<if test="updateTime != null">
#{updateTime,jdbcType=TIMESTAMP},
</if>
<if test="fromEnterpriseId != null">
#{fromEnterpriseId},
</if>
<!--<if test="fromEnterpriseId != null">-->
<!--#{fromEnterpriseId},-->
<!--</if>-->
</trim>
</insert>
<update id="updateByPrimaryKeySelective" parameterType="com.gic.store.entity.TabStore">
......
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