dolog改名Log Option,只要yes or no

This commit is contained in:
leijun
2018-09-26 15:46:50 +08:00
parent b25ecab8ff
commit 09baf72da3
6 changed files with 9 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
#配置是否记录日志修改
delete from sys_data_dictionary_item where dictionary_id = '103';
INSERT INTO `sys_data_dictionary_item` (`item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('0', 'no', '', '0', '1', '1', '103');
INSERT INTO `sys_data_dictionary_item` (`item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`) VALUES ('1', 'yes', '', '0', '1', '1', '103');