fix:全文检索任务审批和终审查询范围修改 #133
Merged
cuihaojie
merged 1 commits from fix/Full_text_search_query_scope_modified
into test
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'fix/Full_text_search_query_scope_modified'
Deleting a branch is permanent. It CANNOT be undone. Continue?
1、任务审批由原来的STATES IN ('1','2') AND TASKNAME IN ( '一级审批', '二级审批' ) 修改为TASKNODE !='finale_judgment'
2、终审查询有原来的STATES = '3' AND TASKNAME = '最终审批'修改为 TASKNODE = 'finale_judgment'
90b5d72d48
into test 1 year ago90b5d72d48
.