|
@@ -105,3 +105,13 @@ INSERT INTO sys_privilege (id, name, url, type, parent_id, sequence, property, r
|
|
|
|
|
|
ALTER TABLE t_b_ding_statistic_by_person
|
|
|
ADD COLUMN user_id BIGINT NULL COMMENT '用户id' AFTER service_name;
|
|
|
+
|
|
|
+INSERT INTO sys_privilege (id, name, url, type, parent_id, sequence, property, enable, default_auth, front_display) VALUES ('2123', '工时统计-统计计算', '/api/admin/tb/ding/statistic/calculate', 'URL', '29', '4', 'AUTH', '1', '1', '0');
|
|
|
+INSERT INTO sys_privilege (id, name, url, type, parent_id, sequence, property, related, enable, default_auth, front_display) VALUES ('2124', '统计计算', 'Calculate', 'BUTTON', '29', '5', 'AUTH', '2123', '1', '0', '1');
|
|
|
+
|
|
|
+DELETE FROM sys_privilege WHERE (id = '2123');
|
|
|
+DELETE FROM sys_privilege WHERE (id = '2124');
|
|
|
+
|
|
|
+UPDATE t_d_form_widget
|
|
|
+SET code='FILE', `type`='FORM', form_id='example_photos', form_name='example_photos', title='示例', input_type='ARRAY', required=0, readable=1, writable=0, visable=1, `scale`=NULL, `length`=2, binding=NULL, data_grid='https://sop-file.qmth.com.cn/logo/1.png,https://sop-file.qmth.com.cn/logo/2.png', tips=NULL, format=NULL, span=12, sub_title=NULL, `options`=NULL, flow_type='CLOUD_MARK_SOP_FLOW', form_setup=4, handle=0, form_group=NULL, role_type=NULL, create_id=1, create_time=2
|
|
|
+WHERE id=201;
|