zhoutg 3 anni fa
parent
commit
35d7416f34

+ 1 - 1
doc/022.20211210开单时间间隔配置/med2021_init.sql

@@ -1,3 +1,3 @@
 USE `med_2021`;
 
-INSERT INTO `med_2021`.`kl_dictionary_info` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `group_type`, `name`, `val`, `return_type`, `order_no`, `remark`) VALUES ('370', 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '8', '重复开立时间间隔', '12', '1', '0', '重复开立时间间隔(24小时)');
+INSERT INTO `med_2021`.`kl_dictionary_info` (`id`, `is_deleted`, `gmt_create`, `gmt_modified`, `creator`, `modifier`, `group_type`, `name`, `val`, `return_type`, `order_no`, `remark`) VALUES ('370', 'N', '1970-01-01 12:00:00', '1970-01-01 12:00:00', '0', '0', '8', '重复开立时间间隔', 24, '1', '0', '重复开立时间间隔(24小时)');