|
@@ -232,7 +232,7 @@ public class SbInfoController {
|
|
* @return R
|
|
* @return R
|
|
*/
|
|
*/
|
|
@GetMapping("/fill/position/list")
|
|
@GetMapping("/fill/position/list")
|
|
- public R<List<SbInfoVO>> queryList(@RequestBody List<String> ids) {
|
|
|
|
|
|
+ public R<List<SbInfoVO>> queryList(@RequestParam List<String> ids) {
|
|
return new R<>(sbInfoService.getChildSbByIds(ids));
|
|
return new R<>(sbInfoService.getChildSbByIds(ids));
|
|
}
|
|
}
|
|
|
|
|