|
@@ -592,7 +592,7 @@ public class FixedFlowController extends BladeController {
|
|
|
// resultMap.setRecords(newData);
|
|
|
return R.data(resultMap);
|
|
|
}
|
|
|
- return R.fail("暂无数据");
|
|
|
+ return R.data(new Page<>());
|
|
|
}
|
|
|
@GetMapping("/getFixedFlow")
|
|
|
@ApiOperationSupport(order = 25)
|