|
@@ -72,9 +72,8 @@ public class DataBasesController {
|
|
|
查看列
|
|
查看列
|
|
|
*/
|
|
*/
|
|
|
@ApiOperation(value = "查看列", notes = "查看列", response = RepEntity.class)
|
|
@ApiOperation(value = "查看列", notes = "查看列", response = RepEntity.class)
|
|
|
- @CheckToken
|
|
|
|
|
@PostMapping("/getColumnData")
|
|
@PostMapping("/getColumnData")
|
|
|
- public RepEntity getColumnData(@RequestHeader String token,@RequestBody int body){
|
|
|
|
|
|
|
+ public RepEntity getColumnData(@RequestBody int body){
|
|
|
return dataBasesService.getColumnData(body);
|
|
return dataBasesService.getColumnData(body);
|
|
|
}
|
|
}
|
|
|
|
|
|