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>