Merge remote-tracking branch 'origin/dev-ltx' into dev/3.1_release_merge
This commit is contained in:
@@ -118,11 +118,11 @@ public class WorkspaceController {
|
||||
return Response.success(true);
|
||||
}
|
||||
|
||||
@PostMapping("maleDataInsert")
|
||||
@GetMapping("/maleDataInsert")
|
||||
@ApiOperationSupport(order = 8)
|
||||
@ApiOperation(value = "男装数据入库入minio")
|
||||
public Response<Boolean> maleDataInsert() throws FileNotFoundException {
|
||||
workspaceService.maleDataInsert();
|
||||
// workspaceService.maleDataInsert();
|
||||
return Response.success(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user