leoone8322 1 hónapja
szülő
commit
e67c51b201

+ 2 - 2
src/main/java/com/jzlife/report/controller/DouyinRebuyController.java

@@ -57,7 +57,7 @@ public class DouyinRebuyController {
             @RequestParam(defaultValue = "50") Integer pageSize,
             @RequestParam(defaultValue = "false") Boolean isExport,
             HttpServletResponse response) throws Exception {
-        if (StringUtils.isBlank(month)) {
+        if (StringUtils.isBlank(startTime)) {
             return ResponseUtil.fail("服务日期不能为空");
         }
 
@@ -96,7 +96,7 @@ public class DouyinRebuyController {
             @RequestParam(defaultValue = "50") Integer pageSize,
             @RequestParam(defaultValue = "false") Boolean isExport,
             HttpServletResponse response) throws Exception {
-        if (StringUtils.isBlank(month)) {
+        if (StringUtils.isBlank(startTime)) {
             return ResponseUtil.fail("服务日期不能为空");
         }