LAPTOP-KB9HII50\70708 2 rokov pred
rodič
commit
26e348cbd2
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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';