Browse Source

添加审核参数

buzhanyi 2 years ago
parent
commit
3652796da5

+ 3 - 0
purchase-system/src/main/resources/mapper/plan/PlanYearsMapper.xml

@@ -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>