fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserOrderController.java
@@ -131,6 +131,12 @@ state = null; // 清空 } // 转换状态 if (state != null && state == 5) { orderState = 2; // 已维权 state = null; // 清空 } if (type != null && type == 0) { type = null; // 所有类型订单 }