From c8c4c492fbe77e4eefcb6114f9a63eb26b126652 Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Thu, 27 Feb 2020 13:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8A=A8=E6=80=81=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/codetemplate/default/route/save.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-common-plugin-dynamic/src/main/resources/templates/codetemplate/default/route/save.ftl b/cloud-common-plugin-dynamic/src/main/resources/templates/codetemplate/default/route/save.ftl index 8160fd6..ea29bf0 100644 --- a/cloud-common-plugin-dynamic/src/main/resources/templates/codetemplate/default/route/save.ftl +++ b/cloud-common-plugin-dynamic/src/main/resources/templates/codetemplate/default/route/save.ftl @@ -533,7 +533,7 @@ // 初始化内容 function initData() { - top.restAjax.get(top.restAjax.path('api/userinfo/getcurrentuseridinfo', []), {}, null, function(code, data) { + top.restAjax.get(top.restAjax.path('api/${lowerTableName}/getcurrentuseridinfo', []), {}, null, function(code, data) { <#list fieldList! as field> <#if field.formShow == 1> <#if field.fieldType == "date">