|
@@ -180,6 +180,9 @@
|
|
<if test="adjustReason != null and adjustReason != ''">
|
|
<if test="adjustReason != null and adjustReason != ''">
|
|
adjust_reason=#{adjustReason}
|
|
adjust_reason=#{adjustReason}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="projectType != null and projectType != ''">
|
|
|
|
+ project_type= #{projectType}
|
|
|
|
+ </if>
|
|
</set>
|
|
</set>
|
|
where plan_year_id = #{planYearId}
|
|
where plan_year_id = #{planYearId}
|
|
</update>
|
|
</update>
|