|
@@ -91,6 +91,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="msgType != null and msgType == 2">
|
|
<if test="msgType != null and msgType == 2">
|
|
AND uca.assign_user_id>0
|
|
AND uca.assign_user_id>0
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="searchKey != null and searchKey != '' ">
|
|
|
|
+ and (g.goods_name like concat('%', #{searchKey}, '%') or uca.answer_text like concat('%', #{searchKey}, '%'))
|
|
|
|
+ </if>
|
|
<if test="msgType != null">
|
|
<if test="msgType != null">
|
|
<if test="educationTypeId != null and educationTypeId != ''">
|
|
<if test="educationTypeId != null and educationTypeId != ''">
|
|
AND g.education_type_id = #{educationTypeId}
|
|
AND g.education_type_id = #{educationTypeId}
|