xiaoyong931011
2021-05-26 b99e4e26ce2750eafdb8e10c7c9e243328fc12c2
src/main/resources/mapper/otc/OtcOrderDao.xml
@@ -91,7 +91,7 @@
        where member_id=#{memberId}
        <!-- 查询除完成以外所有订单 -->
        <if test="status != null">
            and status == #{status}
            and status = #{status}
        </if>
    </select>