折线图接参不使用数组接收
This commit is contained in:
parent
2c7a47f4bb
commit
4250ff26fe
|
@ -30,7 +30,7 @@ public class GammaController {
|
|||
private ISpectrumAnalysisService spectrumAnalysisService;
|
||||
|
||||
@GetMapping("gammaByFile")
|
||||
public Result gammaByFile(@RequestParam Integer[] sampleId,
|
||||
public Result gammaByFile(@RequestParam Integer sampleId,
|
||||
@RequestParam String dbName){
|
||||
return spectrumAnalysisService.getDBSpectrumPie(dbName, sampleId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user