xiaoyong931011
2021-05-26 98480d8822abf2289917c568876d4eeea1bbf504
20210526  聊天
1 files modified
2 ■■■ changed files
src/main/resources/mapper/otc/OtcOrderDao.xml 2 ●●● patch | view | raw | blame | history
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>