提交新增字典数据sql

This commit is contained in:
zhangwenqing
2018-08-19 10:42:26 +08:00
parent d1d29a52dd
commit fbdae196f8
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1 @@
INSERT INTO function_service_dict (`dict_id`, `function_id`, `protocol_id`, `action`, `action_code`, `service_id`, `service_name`, `service_desc`, `is_valid`, `creator_id`, `create_time`, `editor_id`, `edit_time`) VALUES ('101', '510', '0', '16', 'reject', '34', 'p2p_reject', NULL, '1', NULL, NULL, NULL, NULL);