Helius
2021-05-31 260ea6d3c0744dd619d31cd34666c149ef512166
src/main/resources/mapper/otc/OtcOrderDao.xml
@@ -66,7 +66,7 @@
    <select id="selectTotalOrderCount" resultType="java.lang.Integer">
        select count(1) from otc_order
        where entrust_member_id=#{entrustMemberId} and entrust_member_id!=member_id
        where member_id=#{entrustMemberId}
        <if test="status != null">
            and status = #{status}
        </if>