소스 검색

添加审核参数

buzhanyi 2 년 전
부모
커밋
3652796da5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      purchase-system/src/main/resources/mapper/plan/PlanYearsMapper.xml

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