xiaoyong931011
2021-05-26 0ca7bf5c850eaef852a6b49d4b94e8366deedb29
src/main/resources/mapper/otc/OtcEntrustOrderDao.xml
@@ -29,7 +29,7 @@
                    and order_type = #{record.type}
                </if>
            </if>
            and and a.member_id not in (select black_member_id from otc_black_list x where x.member_id=#{memberId})
            and a.member_id not in (select black_member_id from otc_black_list x where x.member_id=#{record.memberId})
        </where>
        order by a.create_time desc
    </select>