Browse Source

******************WX *********************
关系总览,添加关系同步

zhangweixin 4 years ago
parent
commit
65d8db2030

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

@@ -42,7 +42,7 @@ class DictGatherControllers {
     @Operation(summary = "同步项目字典", description = "sign开关,true 所有项目")
     @GetMapping(value = ["/dict/code/syn"])
     fun dictSynCode(@RequestParam groupCode: String,@RequestParam projectId: String,sign: Boolean = false): SBaseResponse {
-        return DClassDefService.synCodeProject(groupCode,projectId)
+        return DClassDefService.synCodeProject(groupCode,projectId,sign)
     }