12345678910 |
- use `qc`;
- -- 执行前请看注意事项!
- -- 开发人员病历详情页文书详情超链接是否显示相关配置
- -- 注意
- /**
- sys_hospital_set表新增
- */
- INSERT INTO `qc`.`sys_hospital_set` (`is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `hospital_id`, `name`, `code`, `value`, `remark`) VALUES ('N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '35', '显示模板原文书超链接', 'page_show_flag', '{\"1\":true,\"2\":true,\"3\":true,\"4\":true,\"5\":true,\"6\":true,\"7\":true,\"10\":true,\"11\":true,\"17\":true,\"18\":true,\"19\":true,\"22\":true,\"23\":true,\"24\":true,\"25\":true,\"26\":true,\"27\":true,\"28\":true,\"29\":true,\"31\":true,\"32\":true}', '显示模板原文书超链接');
- INSERT INTO `qc`.`sys_hospital_set` (`is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `hospital_id`, `name`, `code`, `value`, `remark`) VALUES ('N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '35', '显示模板原文书超链接相关配置', 'page_show_config', '{\"groupId\":0,\"val\":\"<a style=\\\"color:red\\\" href=\\\"http://192.168.2.237:6010/pageShow/dataShow/xml/【记录编号】\\\" target=”_blank”>原文链接</a>\",\"controlType\":0,\"tagType\":1,\"hospitalId\":35,\"modeId\":1,\"retract\":0,\"addLine\":0,\"monoLine\":1,\"bold\":1,\"position\":0}', '显示模板原文书超链接相关配置');
|