|
@@ -258,7 +258,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
t_call_record
|
|
|
WHERE
|
|
|
1 = 1 AND del_flag = 0
|
|
|
- <if test="businessType == 1 "> and category = 0 and type = 1 and bussiness_type != '不体验AI服务' </if>
|
|
|
+ <if test="businessType == 1 "> and category = 0 and type = 1 and (bussiness_type != '不体验AI服务' or bussiness_type = '' or bussiness_type is null) </if>
|
|
|
<if test="businessType == 0 "> and category = 0 and type = 1 and bussiness_type = '不体验AI服务'</if>
|
|
|
<if test="businessType == 2 "> and category = 1 and type = 2</if>
|
|
|
</select>
|