|
@@ -15,9 +15,10 @@
|
|
|
<result column="PRT_PICLIST" jdbcType="VARCHAR" property="piclist" />
|
|
|
<result column="PRT_DESCRIBE" jdbcType="VARCHAR" property="describe" />
|
|
|
<result column="PRT_PRO_VEDIO" jdbcType="VARCHAR" property="proVedio" />
|
|
|
- <result column="PRT_USER_ID" jdbcType="VARCHAR" property="userId" />
|
|
|
+ <result column="PRT_BRANCHID" jdbcType="VARCHAR" property="branchid" />
|
|
|
<result column="PRT_SORT" jdbcType="VARCHAR" property="sort" />
|
|
|
<result column="PRT_STATE" jdbcType="CHAR" property="state" />
|
|
|
+ <result column="PRT_PRO_COST" jdbcType="VARCHAR" property="proCost" />
|
|
|
<result column="PRT_CREATE_USER" jdbcType="VARCHAR" property="createUser" />
|
|
|
<result column="PRT_CREATE_TIME" jdbcType="VARCHAR" property="createTime" />
|
|
|
<result column="PRT_MODIFY_USER" jdbcType="VARCHAR" property="modifyUser" />
|
|
@@ -95,8 +96,8 @@
|
|
|
This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
-->
|
|
|
PRT_ID, PRT_CHANNEL, PRT_NAME, PRT_CATEGORY_ID, PRT_MASTER_MAP, PRT_FMPIC, PRT_PICLIST,
|
|
|
- PRT_DESCRIBE, PRT_PRO_VEDIO, PRT_USER_ID, PRT_SORT, PRT_STATE, PRT_CREATE_USER, PRT_CREATE_TIME,
|
|
|
- PRT_MODIFY_USER, PRT_MODIFY_TIME
|
|
|
+ PRT_DESCRIBE, PRT_PRO_VEDIO, PRT_BRANCHID, PRT_SORT, PRT_STATE, PRT_PRO_COST, PRT_CREATE_USER,
|
|
|
+ PRT_CREATE_TIME, PRT_MODIFY_USER, PRT_MODIFY_TIME
|
|
|
</sql>
|
|
|
<select id="selectByExample" parameterType="com.minpay.db.table.model.VmProductInfExample" resultMap="BaseResultMap">
|
|
|
<!--
|
|
@@ -152,15 +153,15 @@
|
|
|
insert into vm_product_inf (PRT_ID, PRT_CHANNEL, PRT_NAME,
|
|
|
PRT_CATEGORY_ID, PRT_MASTER_MAP, PRT_FMPIC,
|
|
|
PRT_PICLIST, PRT_DESCRIBE, PRT_PRO_VEDIO,
|
|
|
- PRT_USER_ID, PRT_SORT, PRT_STATE, PRT_CREATE_USER,
|
|
|
- PRT_CREATE_TIME, PRT_MODIFY_USER, PRT_MODIFY_TIME
|
|
|
- )
|
|
|
+ PRT_BRANCHID, PRT_SORT, PRT_STATE,
|
|
|
+ PRT_PRO_COST, PRT_CREATE_USER, PRT_CREATE_TIME,
|
|
|
+ PRT_MODIFY_USER, PRT_MODIFY_TIME)
|
|
|
values (#{id,jdbcType=VARCHAR}, #{channel,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
|
|
|
#{categoryId,jdbcType=VARCHAR}, #{masterMap,jdbcType=VARCHAR}, #{fmpic,jdbcType=VARCHAR},
|
|
|
#{piclist,jdbcType=VARCHAR}, #{describe,jdbcType=VARCHAR}, #{proVedio,jdbcType=VARCHAR},
|
|
|
- #{userId,jdbcType=VARCHAR}, #{sort,jdbcType=VARCHAR}, #{state,jdbcType=CHAR}, #{createUser,jdbcType=VARCHAR},
|
|
|
- #{createTime,jdbcType=VARCHAR}, #{modifyUser,jdbcType=VARCHAR}, #{modifyTime,jdbcType=VARCHAR}
|
|
|
- )
|
|
|
+ #{branchid,jdbcType=VARCHAR}, #{sort,jdbcType=VARCHAR}, #{state,jdbcType=CHAR},
|
|
|
+ #{proCost,jdbcType=VARCHAR}, #{createUser,jdbcType=VARCHAR}, #{createTime,jdbcType=VARCHAR},
|
|
|
+ #{modifyUser,jdbcType=VARCHAR}, #{modifyTime,jdbcType=VARCHAR})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.minpay.db.table.model.VmProductInf">
|
|
|
<!--
|
|
@@ -196,8 +197,8 @@
|
|
|
<if test="proVedio != null">
|
|
|
PRT_PRO_VEDIO,
|
|
|
</if>
|
|
|
- <if test="userId != null">
|
|
|
- PRT_USER_ID,
|
|
|
+ <if test="branchid != null">
|
|
|
+ PRT_BRANCHID,
|
|
|
</if>
|
|
|
<if test="sort != null">
|
|
|
PRT_SORT,
|
|
@@ -205,6 +206,9 @@
|
|
|
<if test="state != null">
|
|
|
PRT_STATE,
|
|
|
</if>
|
|
|
+ <if test="proCost != null">
|
|
|
+ PRT_PRO_COST,
|
|
|
+ </if>
|
|
|
<if test="createUser != null">
|
|
|
PRT_CREATE_USER,
|
|
|
</if>
|
|
@@ -246,8 +250,8 @@
|
|
|
<if test="proVedio != null">
|
|
|
#{proVedio,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="userId != null">
|
|
|
- #{userId,jdbcType=VARCHAR},
|
|
|
+ <if test="branchid != null">
|
|
|
+ #{branchid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="sort != null">
|
|
|
#{sort,jdbcType=VARCHAR},
|
|
@@ -255,6 +259,9 @@
|
|
|
<if test="state != null">
|
|
|
#{state,jdbcType=CHAR},
|
|
|
</if>
|
|
|
+ <if test="proCost != null">
|
|
|
+ #{proCost,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="createUser != null">
|
|
|
#{createUser,jdbcType=VARCHAR},
|
|
|
</if>
|
|
@@ -313,8 +320,8 @@
|
|
|
<if test="record.proVedio != null">
|
|
|
PRT_PRO_VEDIO = #{record.proVedio,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.userId != null">
|
|
|
- PRT_USER_ID = #{record.userId,jdbcType=VARCHAR},
|
|
|
+ <if test="record.branchid != null">
|
|
|
+ PRT_BRANCHID = #{record.branchid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="record.sort != null">
|
|
|
PRT_SORT = #{record.sort,jdbcType=VARCHAR},
|
|
@@ -322,6 +329,9 @@
|
|
|
<if test="record.state != null">
|
|
|
PRT_STATE = #{record.state,jdbcType=CHAR},
|
|
|
</if>
|
|
|
+ <if test="record.proCost != null">
|
|
|
+ PRT_PRO_COST = #{record.proCost,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="record.createUser != null">
|
|
|
PRT_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
|
|
|
</if>
|
|
@@ -354,9 +364,10 @@
|
|
|
PRT_PICLIST = #{record.piclist,jdbcType=VARCHAR},
|
|
|
PRT_DESCRIBE = #{record.describe,jdbcType=VARCHAR},
|
|
|
PRT_PRO_VEDIO = #{record.proVedio,jdbcType=VARCHAR},
|
|
|
- PRT_USER_ID = #{record.userId,jdbcType=VARCHAR},
|
|
|
+ PRT_BRANCHID = #{record.branchid,jdbcType=VARCHAR},
|
|
|
PRT_SORT = #{record.sort,jdbcType=VARCHAR},
|
|
|
PRT_STATE = #{record.state,jdbcType=CHAR},
|
|
|
+ PRT_PRO_COST = #{record.proCost,jdbcType=VARCHAR},
|
|
|
PRT_CREATE_USER = #{record.createUser,jdbcType=VARCHAR},
|
|
|
PRT_CREATE_TIME = #{record.createTime,jdbcType=VARCHAR},
|
|
|
PRT_MODIFY_USER = #{record.modifyUser,jdbcType=VARCHAR},
|
|
@@ -396,8 +407,8 @@
|
|
|
<if test="proVedio != null">
|
|
|
PRT_PRO_VEDIO = #{proVedio,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="userId != null">
|
|
|
- PRT_USER_ID = #{userId,jdbcType=VARCHAR},
|
|
|
+ <if test="branchid != null">
|
|
|
+ PRT_BRANCHID = #{branchid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="sort != null">
|
|
|
PRT_SORT = #{sort,jdbcType=VARCHAR},
|
|
@@ -405,6 +416,9 @@
|
|
|
<if test="state != null">
|
|
|
PRT_STATE = #{state,jdbcType=CHAR},
|
|
|
</if>
|
|
|
+ <if test="proCost != null">
|
|
|
+ PRT_PRO_COST = #{proCost,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="createUser != null">
|
|
|
PRT_CREATE_USER = #{createUser,jdbcType=VARCHAR},
|
|
|
</if>
|
|
@@ -434,9 +448,10 @@
|
|
|
PRT_PICLIST = #{piclist,jdbcType=VARCHAR},
|
|
|
PRT_DESCRIBE = #{describe,jdbcType=VARCHAR},
|
|
|
PRT_PRO_VEDIO = #{proVedio,jdbcType=VARCHAR},
|
|
|
- PRT_USER_ID = #{userId,jdbcType=VARCHAR},
|
|
|
+ PRT_BRANCHID = #{branchid,jdbcType=VARCHAR},
|
|
|
PRT_SORT = #{sort,jdbcType=VARCHAR},
|
|
|
PRT_STATE = #{state,jdbcType=CHAR},
|
|
|
+ PRT_PRO_COST = #{proCost,jdbcType=VARCHAR},
|
|
|
PRT_CREATE_USER = #{createUser,jdbcType=VARCHAR},
|
|
|
PRT_CREATE_TIME = #{createTime,jdbcType=VARCHAR},
|
|
|
PRT_MODIFY_USER = #{modifyUser,jdbcType=VARCHAR},
|