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[