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