| | |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.io.IOException; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | return Result.build(200, "修改成功", hollowGlassOutRelationInfoService.dispatchHollowSwitch(flag)); |
| | | } |
| | | |
| | | @ApiOperation("手动生成李赛克文件") |
| | | @PostMapping("/generateHollowLisecFile") |
| | | public Result<String> generateHollowLisecFile(String flowCardId, int cell, int isForce) throws IOException { |
| | | return Result.build(200, "修改成功", hollowGlassOutRelationInfoService.generateHollowLisecFile(flowCardId, cell, isForce, 1)); |
| | | } |
| | | |
| | | } |
| | | |