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