|
|
@@ -578,6 +578,10 @@
|
|
|
<if test="lastYearIncome != null">
|
|
|
last_year_income = #{lastYearIncome,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
+ <if test="stopStatus != null">
|
|
|
+ stop_status = #{stopStatus,jdbcType=INTEGER}
|
|
|
+ </if>
|
|
|
+
|
|
|
</set>
|
|
|
where tid = #{tid,jdbcType=INTEGER}
|
|
|
</update>
|