shudonghui 1 gadu atpakaļ
vecāks
revīzija
827c19210e

+ 1 - 1
sop-business/src/main/resources/mapper/TBDingMapper.xml

@@ -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[