|
@@ -542,8 +542,8 @@ public class CommonController extends BaseController {
|
|
|
if (!ToolsUtils.checkSignFromOldSys(bo.getStamp().toString(), bo.getSign())) {
|
|
|
return AjaxResult.error("签名错误");
|
|
|
}
|
|
|
- iTopSysTenantRegisterService.insertByAddBo(bo);
|
|
|
- return AjaxResult.success("成功", webService.restartWebService() ? 1 : 0);
|
|
|
+
|
|
|
+ return AjaxResult.success("成功", iTopSysTenantRegisterService.insertByAddBo(bo) ? 1 : 0);
|
|
|
}
|
|
|
|
|
|
@ApiOperation("重启服务restart")
|