|
@@ -355,13 +355,13 @@
|
|
|
#{nda,jdbcType=INTEGER},
|
|
#{nda,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="ndaUrl != null">
|
|
<if test="ndaUrl != null">
|
|
|
- #{nda_url,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ #{ndaUrl,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="breachClause != null">
|
|
<if test="breachClause != null">
|
|
|
- #{breach_clause,jdbcType=INTEGER},
|
|
|
|
|
|
|
+ #{breachClause,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="breachClauseUrl != null">
|
|
<if test="breachClauseUrl != null">
|
|
|
- #{breach_clause_url,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ #{breachClauseUrl,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
</trim>
|
|
</trim>
|
|
|
</insert>
|
|
</insert>
|
|
@@ -489,13 +489,13 @@
|
|
|
nda= #{nda,jdbcType=INTEGER},
|
|
nda= #{nda,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="ndaUrl != null">
|
|
<if test="ndaUrl != null">
|
|
|
- ndaUrl=#{nda_url,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ nda_url=#{ndaUrl,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="breachClause != null">
|
|
<if test="breachClause != null">
|
|
|
- breach_clause=#{breach_clause,jdbcType=INTEGER},
|
|
|
|
|
|
|
+ breach_clause=#{ breachClause ,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="breachClauseUrl != null">
|
|
<if test="breachClauseUrl != null">
|
|
|
- breach_clause_url=#{breach_clause_url,jdbcType=VARCHAR},
|
|
|
|
|
|
|
+ breach_clause_url=#{ breachClauseUrl ,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
</set>
|
|
</set>
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
where id = #{id,jdbcType=INTEGER}
|
|
@@ -542,9 +542,9 @@
|
|
|
manager_contacts=#{managerContacts,jdbcType=VARCHAR},
|
|
manager_contacts=#{managerContacts,jdbcType=VARCHAR},
|
|
|
manager_contact_mobile=#{managerContactMobile,jdbcType=VARCHAR},
|
|
manager_contact_mobile=#{managerContactMobile,jdbcType=VARCHAR},
|
|
|
nda= #{nda,jdbcType=INTEGER},
|
|
nda= #{nda,jdbcType=INTEGER},
|
|
|
- ndaUrl=#{nda_url,jdbcType=VARCHAR},
|
|
|
|
|
- breach_clause=#{breach_clause,jdbcType=INTEGER},
|
|
|
|
|
- breach_clause_url=#{breach_clause_url,jdbcType=VARCHAR}
|
|
|
|
|
|
|
+ nda_url=#{ndaUrl,jdbcType=VARCHAR},
|
|
|
|
|
+ breach_clause=#{breachClause,jdbcType=INTEGER},
|
|
|
|
|
+ breach_clause_url=#{breachClauseUrl,jdbcType=VARCHAR}
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|
|
</update>
|
|
|
<select id="selectByorderNo" resultType="com.goafanti.order.bo.NewOrderChangeBo">
|
|
<select id="selectByorderNo" resultType="com.goafanti.order.bo.NewOrderChangeBo">
|