0713 - bug修复

koumen
tianxinlei 2026-07-13 10:33:12 +08:00
parent c88b59b805
commit 77b4764810
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
AND xap.visit_start_time = #{params.visitStartTime} AND xap.visit_start_time = #{params.visitStartTime}
</if> </if>
<if test="params.employeePersonUserName != null and params.employeePersonUserName != ''"> <if test="params.employeePersonUserName != null and params.employeePersonUserName != ''">
AND xap.employee_person_user_name LIKE CONCAT('%', #{params.employeePersonUserName}, '%') AND pa.employee_person_user_name LIKE CONCAT('%', #{params.employeePersonUserName}, '%')
</if> </if>
<if test="params.visitEndTime != null and params.visitEndTime != ''"> <if test="params.visitEndTime != null and params.visitEndTime != ''">
AND xap.visit_end_time = #{params.visitEndTime} AND xap.visit_end_time = #{params.visitEndTime}