src/main/resources/mapper/otc/OtcOrderDao.xml | ●●●●● 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 == 0"> and status != 3 and status = 3 </if> <if test="status != null and status != 0"> and status != 3