From efa71997b90bddf57b556630b6c7c47dd314ddcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=BB=BA=E8=B6=85?= <3182967682@qq.com> Date: Wed, 11 Nov 2020 09:56:23 +0800 Subject: [PATCH] fix --- src/main/resources/mapper/app/ResultRecordMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/app/ResultRecordMapper.xml b/src/main/resources/mapper/app/ResultRecordMapper.xml index f9fc6f6d..3d71425c 100644 --- a/src/main/resources/mapper/app/ResultRecordMapper.xml +++ b/src/main/resources/mapper/app/ResultRecordMapper.xml @@ -455,7 +455,7 @@ and r.start_id = #{req.startId} and r.evaluation_id in( - + #{evaluation_id} ) @@ -468,7 +468,7 @@ and r.staff_id in( - + #{staff_id} )