diff --git a/ruoyi-system/src/main/resources/mapper/wgz/WgzPayCalculationMapper.xml b/ruoyi-system/src/main/resources/mapper/wgz/WgzPayCalculationMapper.xml index fa2e984..35b7443 100644 --- a/ruoyi-system/src/main/resources/mapper/wgz/WgzPayCalculationMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/wgz/WgzPayCalculationMapper.xml @@ -180,7 +180,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" LEFT JOIN wgz_pay_calculation_files f ON w.id = f.calculation_id where w.auditor_user_id = #{dto.auditorUserId} - and a.task_id = #{dto.taskId} + + + and a.task_id = #{dto.taskId} + and w.user_name like concat('%', #{dto.userName}, '%')