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