Commit 4145a82c by jianan

客户告知书19

parent 27942c49
...@@ -110,6 +110,12 @@ ...@@ -110,6 +110,12 @@
<if test="informedId != null"> <if test="informedId != null">
informed_id, informed_id,
</if> </if>
<if test="informedOssPath != null">
informed_oss_path,
</if>
<if test="informedStatus != null">
informed_status,
</if>
</trim> </trim>
<trim prefix="values (" suffix=")" suffixOverrides=","> <trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="orderId != null"> <if test="orderId != null">
...@@ -166,6 +172,12 @@ ...@@ -166,6 +172,12 @@
<if test="informedId != null"> <if test="informedId != null">
#{informedId,jdbcType=BIGINT}, #{informedId,jdbcType=BIGINT},
</if> </if>
<if test="informedOssPath != null">
#{informedOssPath,jdbcType=VARCHAR},
</if>
<if test="informedStatus != null">
#{informedStatus,jdbcType=VARCHAR},
</if>
</trim> </trim>
</insert> </insert>
<update id="updateByPrimaryKeySelective" parameterType="com.yd.dal.entity.marketing.MktLeadsAssignedTrack"> <update id="updateByPrimaryKeySelective" parameterType="com.yd.dal.entity.marketing.MktLeadsAssignedTrack">
......
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