Преглед на файлове

****************************************提交分类************************************

weixinVSjinlai преди 4 години
родител
ревизия
fb4f787e19
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      datasyn/src/main/kotlin/com/persagy/server/syn/controllers/TestController.kt

+ 1 - 1
datasyn/src/main/kotlin/com/persagy/server/syn/controllers/TestController.kt

@@ -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!!) {