浏览代码

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

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>