| | |
| | | |
| | | @Resource |
| | | HollowGlassOutRelationInfoService hollowGlassOutRelationInfoService; |
| | | |
| | | @ApiOperation("领取任务") |
| | | @PostMapping("/receiveTask") |
| | | public Result<HollowGlassOutRelationInfo> receiveTask(HollowTaskRequest request) { |
| | |
| | | return Result.build(200, "修改成功", hollowGlassOutRelationInfoService.dispatchHollowSwitch(flag)); |
| | | } |
| | | |
| | | @ApiOperation("中空优先级开关") |
| | | @PostMapping("/priorityHollowSwitch") |
| | | public Result<Boolean> priorityHollowSwitch(Boolean flag) { |
| | | return Result.build(200, "修改成功", hollowGlassOutRelationInfoService.priorityHollowSwitch(flag)); |
| | | } |
| | | |
| | | @ApiOperation("手动生成李赛克文件") |
| | | @PostMapping("/generateHollowLisecFile") |
| | | public Result<String> generateHollowLisecFile(String flowCardId, int cell, int isForce) throws IOException { |