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>