|
@@ -281,7 +281,7 @@
|
|
|
and a.service_id = #{serviceId}
|
|
|
</if>
|
|
|
<if test="userName != null and userName != ''">
|
|
|
- and a.real_name like concat('%', #{userName} , '%')
|
|
|
+ and a.user_name like concat('%', #{userName} , '%')
|
|
|
</if>
|
|
|
<if test="startTime != null and startTime != '' ">
|
|
|
<![CDATA[
|