浏览代码

no message

leoone8322 3 月之前
父节点
当前提交
e67c51b201
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/jzlife/report/controller/DouyinRebuyController.java

+ 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("服务日期不能为空");
         }