diff --git a/ruoyi-system/src/main/resources/mapper/flowable/FlowBusinessKeyMapper.xml b/ruoyi-system/src/main/resources/mapper/flowable/FlowBusinessKeyMapper.xml index 2ce008e9..625e1675 100644 --- a/ruoyi-system/src/main/resources/mapper/flowable/FlowBusinessKeyMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/flowable/FlowBusinessKeyMapper.xml @@ -30,6 +30,7 @@ vw_flow_all fa and fa.procDefName like concat('%', #{procDefName}, '%') + and fa.businessKey = #{businessKey} and fa.businessKeyName like concat('%', #{businessKeyName}, '%') and fa.category = #{category} and fa.createTime between #{params.beginDate} and #{params.endDate} diff --git a/ruoyi-ui/src/views/flowable/task/finished/index.vue b/ruoyi-ui/src/views/flowable/task/finished/index.vue index b91c700d..540e2a19 100644 --- a/ruoyi-ui/src/views/flowable/task/finished/index.vue +++ b/ruoyi-ui/src/views/flowable/task/finished/index.vue @@ -10,6 +10,22 @@ @keyup.enter.native="handleQuery" /> + + + + + + + - - diff --git a/ruoyi-ui/src/views/flowable/task/myProcess/index.vue b/ruoyi-ui/src/views/flowable/task/myProcess/index.vue index 648fecc0..2f3f3bf3 100644 --- a/ruoyi-ui/src/views/flowable/task/myProcess/index.vue +++ b/ruoyi-ui/src/views/flowable/task/myProcess/index.vue @@ -10,6 +10,22 @@ @keyup.enter.native="handleQuery" /> + + + + + + { + this.projectOptions = response.rows; + if (response.rows.length > 1) { + this.showPro = true; + } + }); + }, // 取消按钮 cancel() { this.open = false;