同步界面增加业务的回传,业同步业务从xml中获取

This commit is contained in:
段冬梅
2019-03-15 17:31:57 +08:00
parent b588f12b0c
commit f90d3dbf32
5 changed files with 27 additions and 10 deletions

View File

@@ -79,6 +79,7 @@ public class ConfigSynchronizationController extends BaseController {
}
}
model.addAttribute("serviceId", serviceId);
return "/sys/configSyncInfo";
}