Browse Source

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

yanliming 5 years ago
parent
commit
4557b2d6c7

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