|
@@ -235,6 +235,7 @@ public interface QwExternalContactMapper extends BaseMapper<QwExternalContact> {
|
|
|
" <if test=\"userId != null and userId != ''\"> and ec.user_id like concat( #{userId}, '%') </if>\n" +
|
|
|
" <if test=\"qwUserName != null and qwUserName != ''\"> and qu.qw_user_name like concat( #{qwUserName}, '%') </if>\n" +
|
|
|
" <if test=\"externalUserId != null and externalUserId != ''\"> and ec.external_user_id = #{externalUserId}</if>\n" +
|
|
|
+ " <if test=\"wayId != null and wayId != ''\"> and ec.way_id = #{wayId}</if>\n" +
|
|
|
" <if test=\"name != null and name != ''\"> and ec.name like concat( #{name}, '%')</if>\n" +
|
|
|
" <if test=\"type != null \"> and ec.type = #{type}</if>\n" +
|
|
|
" <if test=\"gender != null \"> and ec.gender = #{gender}</if>\n" +
|