xiaoyong931011
2021-03-22 0a20e26c1074ef02af5599fa418b32e3d39f2002
20210319  平仓加载中
1 files modified
4 ■■■■ changed files
src/main/resources/mapper/modules/ContractOrderMapper.xml 4 ●●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/ContractOrderMapper.xml
@@ -26,8 +26,6 @@
        member a
        LEFT JOIN member_authentication b ON a.id = b.member_id
        <where>
            a.certify_status = 2
            and a.account_status = 1
            <if test="record != null" >
                <if test="record.accounts!=null and record.accounts!=''">
                    and (FIND_IN_SET(#{record.accounts}, a.referer_ids) or a.invite_id = #{record.accounts} )
@@ -54,8 +52,6 @@
        member a
        LEFT JOIN member_authentication b ON a.id = b.member_id
        <where>
            a.certify_status = 2
            and a.account_status = 1
            <if test="record != null" >
                <if test="record.account!=null and record.account!=''">
                    and (a.phone = #{record.account} or a.email = #{record.account} or a.invite_id=#{record.account})