Explorar o código

研究生流程修改

wangliang hai 7 meses
pai
achega
e251b6d82a

+ 6 - 1
sop-api/install/mysql/upgrade/1.1.3.sql

@@ -33,4 +33,9 @@ SET code='LABEL', `type`='FORM', form_id='scan_page_count_label', form_name='sca
 WHERE id=196;
 UPDATE t_d_form_widget
 SET code='FILE', `type`='FORM', form_id='upload_check_report_photos', form_name='upload_check_report_photos', title='上传验收报告(纸质)拍照', input_type='ARRAY', required=1, readable=0, writable=1, visable=1, `scale`=NULL, `length`=5, binding=NULL, data_grid=NULL, tips=NULL, format=NULL, span=12, sub_title=NULL, `options`=NULL, flow_type='CLOUD_MARK_SOP_FLOW', form_setup=9, handle=0, form_group=NULL, role_type=NULL, create_id=1, create_time=9
-WHERE id=184;
+WHERE id=184;
+
+-- 2024-11-05
+INSERT INTO t_d_form_widget
+(id, code, `type`, form_id, form_name, title, input_type, required, readable, writable, visable, `scale`, `length`, binding, data_grid, tips, format, span, sub_title, `options`, flow_type, form_setup, handle, form_group, role_type, create_id, create_time)
+VALUES(201, 'TEXT', 'FORM', 'example_text', 'example_text', '示例', 'STRING', 0, 1, 0, 1, NULL, NULL, NULL, 'https://sop-file.qmth.com.cn/logo/logo.png,https://sop-file.qmth.com.cn/logo/operation.png', NULL, NULL, 12, NULL, NULL, 'CLOUD_MARK_SOP_FLOW', 4, 0, NULL, NULL, 1, 2);

BIN=BIN
sop-api/src/main/resources/cloudMarkSopFlow.zip


+ 6 - 1
sop-business/src/main/resources/db/log/wangliang_update_log.sql

@@ -31,4 +31,9 @@ SET code='LABEL', `type`='FORM', form_id='scan_page_count_label', form_name='sca
 WHERE id=196;
 UPDATE t_d_form_widget
 SET code='FILE', `type`='FORM', form_id='upload_check_report_photos', form_name='upload_check_report_photos', title='上传验收报告(纸质)拍照', input_type='ARRAY', required=1, readable=0, writable=1, visable=1, `scale`=NULL, `length`=5, binding=NULL, data_grid=NULL, tips=NULL, format=NULL, span=12, sub_title=NULL, `options`=NULL, flow_type='CLOUD_MARK_SOP_FLOW', form_setup=9, handle=0, form_group=NULL, role_type=NULL, create_id=1, create_time=9
-WHERE id=184;
+WHERE id=184;
+
+-- 2024-11-05
+INSERT INTO t_d_form_widget
+(id, code, `type`, form_id, form_name, title, input_type, required, readable, writable, visable, `scale`, `length`, binding, data_grid, tips, format, span, sub_title, `options`, flow_type, form_setup, handle, form_group, role_type, create_id, create_time)
+VALUES(201, 'TEXT', 'FORM', 'example_text', 'example_text', '示例', 'STRING', 0, 1, 0, 1, NULL, NULL, NULL, 'https://sop-file.qmth.com.cn/logo/logo.png,https://sop-file.qmth.com.cn/logo/operation.png', NULL, NULL, 12, NULL, NULL, 'CLOUD_MARK_SOP_FLOW', 4, 0, NULL, NULL, 1, 2);