Commit 4145a82c by jianan

客户告知书19

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