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}