Helius
2021-05-21 bf035f015fe3ba6f455222e3b3729a1403df50b9
src/main/resources/mapper/otc/OtcOrderDao.xml
@@ -68,7 +68,7 @@
        select count(1) from otc_order
        where entrust_member_id=#{entrustMemberId} and entrust_member_id!=member_id
        <if test="status != null">
            and status #{status}
            and status = #{status}
        </if>
    </select>