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