浏览代码

搜索报错

yuhongqi 1 周之前
父节点
当前提交
c76a14f01d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fs-service-system/src/main/resources/mapper/live/LiveUserFirstEntryMapper.xml

+ 2 - 2
fs-service-system/src/main/resources/mapper/live/LiveUserFirstEntryMapper.xml

@@ -95,7 +95,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         where lufe.company_id > 0 and lufe.company_user_id > 0 and  lufe.company_id  is not null
         <if test="companyId != null"> and lufe.company_id = #{companyId}</if>
         <if test="companyUserId != null"> and lufe.company_user_id = #{companyUserId}</if>
-        <if test="liveName != null and liveName != '' "> and lv.liveName like concat('%',#{liveName},'%')</if>
+        <if test="liveName != null and liveName != '' "> and lv.live_name like concat('%',#{liveName},'%')</if>
         group by lufe.live_id,lufe.company_id,lufe.company_user_id
 
         ORDER BY
@@ -104,7 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     </select>
 
     <select id="selectLiveUserEntryDetailList" resultType="com.fs.live.vo.LiveUserEntryDetail">
-        select 
+        select
             lv.live_id,
             lv.live_name,
             cu.user_id as companyUserId,