|
@@ -88,7 +88,7 @@ class TestController {
|
|
|
*/
|
|
|
@Operation(summary = "造对照表数据", description = "",tags = ["001"])
|
|
|
@GetMapping(value = ["/test/analog/data"])
|
|
|
- fun analogData(@RequestParam groupCode: String, @RequestBody types: Types): SBaseResponse{
|
|
|
+ fun analogData(@RequestParam groupCode: String, @RequestBody type: Types): SBaseResponse{
|
|
|
logger.debug("数据= ${types.toJson()}")
|
|
|
try {
|
|
|
for (type in types.types!!) {
|