Parcourir la source

脚本总结优化

gaodm il y a 5 ans
Parent
commit
a569c5d4d8
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      docs/021.20191112页面推送配置新增/tran_sys_set.sql

+ 2 - 0
docs/021.20191112页面推送配置新增/tran_sys_set.sql

@@ -1,3 +1,5 @@
+use `sys-tran`;
+
 INSERT INTO `tran_sys_set` (`is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `hospital_code`, `plan`, `sys_type`, `name`, `code`, `value`, `remark`) VALUES('N','1970-01-01 12:00:00','1970-01-01 12:00:00',NULL,NULL,'A001','0','16','警惕诊断','vigilant_num','5','显示个数');
 INSERT INTO `tran_sys_set` (`is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `hospital_code`, `plan`, `sys_type`, `name`, `code`, `value`, `remark`) VALUES('N','1970-01-01 12:00:00','1970-01-01 12:00:00',NULL,NULL,'A001','0','16','推荐诊断','diagnose_num','5','显示个数');
 INSERT INTO `tran_sys_set` (`is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `hospital_code`, `plan`, `sys_type`, `name`, `code`, `value`, `remark`) VALUES('N','1970-01-01 12:00:00','1970-01-01 12:00:00',NULL,NULL,'A001','0','16','问诊症状','inquiry_num','5','显示个数');