LAPTOP-KB9HII50\70708 2 年之前
父節點
當前提交
26e348cbd2
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      common/common-entity/sql记录

+ 3 - 0
common/common-entity/sql记录

@ -2218,3 +2218,6 @@ INSERT INTO `base`.`wlyy_hospital_sys_dict`(`id`, `saas_id`, `dict_name`, `dict_
-- 20220926 lb
alter table base_daily_report_detail add column doubt_read tinyint(2) default null comment '异常效率是否已读0未读1已读';
alter table base_doctor_daily_report_upload add column nice_work_type tinyint(2) default null comment '点赞类型 字典nice_work_type';
-- 2022-10-31 ysj
alter table base_patient_wechat add column xopenid varchar(50) default null comment '微信小程序openid';