|
|
@@ -320,6 +320,8 @@ public interface QwExternalContactMapper extends BaseMapper<QwExternalContact> {
|
|
|
" <if test=\"isBindMini == 'noBindMini' \"> and ec.fs_user_id is null </if> \n" +
|
|
|
" <if test=\"extId != null\"> and ec.id = #{extId}</if>\n" +
|
|
|
" <if test=\"fsUserId != null\"> and ec.fs_user_id = #{fsUserId}</if>\n" +
|
|
|
+ " <if test=\"manageStatus != null and manageStatus == 1\"> and (fu.manage_status = 1 or fu.manage_status is null) </if>\n" +
|
|
|
+ " <if test=\"manageStatus != null and manageStatus == 2\"> and fu.manage_status = 2 </if>\n" +
|
|
|
" <if test=\"lossTime != null \"> and DATE(ec.loss_time) = DATE(#{lossTime})</if>\n" +
|
|
|
" <if test=\"createTime != null \">and DATE(ec.create_time) = DATE(#{createTime})</if>\n" +
|
|
|
" <if test=\"delTime != null \"> and DATE(ec.del_time) = DATE(#{delTime})</if>\n" +
|