shudonghui пре 1 година
родитељ
комит
827c19210e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      sop-business/src/main/resources/mapper/TBDingMapper.xml

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