Эх сурвалжийг харах

质量问题反馈流程修改

wangliang 1 жил өмнө
parent
commit
b9910269c1

BIN
sop-api/src/main/resources/qualityProblemFlow.zip


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

@@ -1275,13 +1275,13 @@ INSERT INTO sys_privilege
 VALUES(3050, '获取所有用户(动态表单用)接口', '/api/admin/common/get_user_list/form_widget', 'URL', 64, 32, 'SYS', NULL, 1, 1, 0);
 
 UPDATE t_d_form_widget
-SET code='MULTIPLE_SELECT', `type`='FORM', form_id='problem_users', form_name='problem_users', title='责任人', input_type='ARRAY', required=0, readable=0, writable=1, visable=1, `scale`=NULL, `length`=NULL, binding=NULL, data_grid='/api/admin/common/get_user_list/form_widget', tips=NULL, format=NULL, span=12, sub_title=NULL, `options`=NULL, flow_type='QUALITY_PROBLEM_FLOW', form_setup=2, handle=0, create_id=1, create_time=1
+SET code='MULTIPLE_SELECT', `type`='FORM', form_id='problem_users', form_name='problem_users', title='责任人', input_type='ARRAY', required=0, readable=0, writable=1, visable=1, `scale`=NULL, `length`=NULL, binding=NULL, data_grid='/api/admin/common/get_user_list/form_widget?userSource=ALL', tips=NULL, format=NULL, span=12, sub_title=NULL, `options`=NULL, flow_type='QUALITY_PROBLEM_FLOW', form_setup=2, handle=0, create_id=1, create_time=1
 WHERE id=9;
 UPDATE t_d_form_widget
-SET code='MULTIPLE_SELECT', `type`='FORM', form_id='approve_check_users', form_name='approve_check_users', title='甲方复审人员', input_type='ARRAY', required=1, readable=0, writable=1, visable=1, `scale`=NULL, `length`=NULL, binding=NULL, data_grid='/api/admin/common/get_user_list/form_widget', tips=NULL, format=NULL, span=12, sub_title=NULL, `options`=NULL, flow_type='QUALITY_PROBLEM_FLOW', form_setup=2, handle=0, create_id=1, create_time=1
+SET code='MULTIPLE_SELECT', `type`='FORM', form_id='approve_check_users', form_name='approve_check_users', title='甲方复审人员', input_type='ARRAY', required=1, readable=0, writable=1, visable=1, `scale`=NULL, `length`=NULL, binding=NULL, data_grid='/api/admin/common/get_user_list/form_widget?userSource=SYSTEM', tips=NULL, format=NULL, span=12, sub_title=NULL, `options`=NULL, flow_type='QUALITY_PROBLEM_FLOW', form_setup=2, handle=0, create_id=1, create_time=1
 WHERE id=10;
 UPDATE t_d_form_widget
-SET code='MULTIPLE_SELECT', `type`='FORM', form_id='approve_check_third_users', form_name='approve_check_third_users', title='乙方复审人员', input_type='ARRAY', required=1, readable=0, writable=1, visable=1, `scale`=NULL, `length`=NULL, binding=NULL, data_grid='/api/admin/common/get_user_list/form_widget', tips=NULL, format=NULL, span=12, sub_title=NULL, `options`=NULL, flow_type='QUALITY_PROBLEM_FLOW', form_setup=2, handle=0, create_id=1, create_time=1
+SET code='MULTIPLE_SELECT', `type`='FORM', form_id='approve_check_third_users', form_name='approve_check_third_users', title='乙方复审人员', input_type='ARRAY', required=1, readable=0, writable=1, visable=1, `scale`=NULL, `length`=NULL, binding=NULL, data_grid='/api/admin/common/get_user_list/form_widget?userSource=SYSTEM', tips=NULL, format=NULL, span=12, sub_title=NULL, `options`=NULL, flow_type='QUALITY_PROBLEM_FLOW', form_setup=2, handle=0, create_id=1, create_time=1
 WHERE id=11;
 
 ALTER TABLE t_d_form_widget CHANGE COLUMN code code VARCHAR(20)