|
@@ -401,6 +401,9 @@
|
|
|
<if test="operationTime != null">
|
|
<if test="operationTime != null">
|
|
|
operation_time = #{operationTime,jdbcType=DATE},
|
|
operation_time = #{operationTime,jdbcType=DATE},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="legalAffairsStatus != null">
|
|
|
|
|
+ legal_affairs_status = #{legalAffairsStatus,jdbcType=INTEGER},
|
|
|
|
|
+ </if>
|
|
|
</set>
|
|
</set>
|
|
|
where order_no = #{orderNo,jdbcType=VARCHAR}
|
|
where order_no = #{orderNo,jdbcType=VARCHAR}
|
|
|
</update>
|
|
</update>
|