Browse Source

心脏修改

wangjun 3 years ago
parent
commit
257345ac8c
1 changed files with 7 additions and 0 deletions
  1. 7 0
      common/common-entity/sql记录

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

@ -985,3 +985,10 @@ CREATE TABLE `base_emergency_warn_doctor_response` (
DROP TABLE IF EXISTS `base_security_monitoring_conclusion`;
DROP TABLE IF EXISTS `base_security_monitoring_order_cancel_log`;
DROP TABLE IF EXISTS `base_semoni_patient_confirm_log`;
alter table wlyy_prescription ADD disable_time timestamp ;
alter table wlyy_outpatient ADD is_agree  varchar(2);
alter table base_doctor ADD is_sign  varchar(2);
alter table base_doctor ADD last_sign_time  timestamp;