소스 검색

修改险种里的字段理赔须知

yanliming 5 년 전
부모
커밋
4557b2d6c7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      picc-common/src/main/resources/mapper/base/InsuranceDefinition.xml

+ 3 - 0
picc-common/src/main/resources/mapper/base/InsuranceDefinition.xml

@@ -79,6 +79,9 @@
 			<if test="cutOffTime!=null">
 				cut_off_time=#{cutOffTime,jdbcType= VARCHAR },
 			</if>
+			<if test="notice!=null">
+				notice_=#{notice,jdbcType= VARCHAR },
+			</if>
 		</set>
 	where id_=#{id}
 	</update>