From 5a9e697deb43beec0aa3d7d92c954b6a61d56e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BB=BA=E8=B6=85?= <3182967682@qq.com> Date: Tue, 27 Oct 2020 16:21:25 +0800 Subject: [PATCH] fix --- src/main/resources/mapper/app/ResultRecordMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/mapper/app/ResultRecordMapper.xml b/src/main/resources/mapper/app/ResultRecordMapper.xml index 77873847..67b67ce9 100644 --- a/src/main/resources/mapper/app/ResultRecordMapper.xml +++ b/src/main/resources/mapper/app/ResultRecordMapper.xml @@ -415,20 +415,20 @@ where is_delete=0 and start_id =#{req.startId} - and r.evaluation_id in( + and evaluation_id in( #{evaluation_id} ) - and r.flow_process = #{req.flowProcess} + and flow_process = #{req.flowProcess} - and r.staff_name LIKE CONCAT('%',#{req.staffName},'%') + and staff_name LIKE CONCAT('%',#{req.staffName},'%') - and r.staff_id in( + and staff_id in( #{staff_id}