fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserOrderControllerV2.java
@@ -113,9 +113,9 @@ Integer orderType = null; if (StringUtil.isNullOrEmpty(type)) { orderType = null; } else if ("0".equalsIgnoreCase(type)){ } else if (!"0".equalsIgnoreCase(type)){ orderType = Integer.parseInt(type); } } // 筛选时间 if (slotTime != null) { @@ -146,7 +146,7 @@ if (postSaleMoney != null) invalidMoney = postSaleMoney.setScale(2, BigDecimal.ROUND_DOWN).toString(); if (dateType == 4) if (dateType != null && dateType == 4) dateType = 5; // 新版查询本月到账 }