From 6b543622a30e07c3b05ea388a06aeba71927f718 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Wed, 5 Jun 2024 13:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hxgk/lowcode/service/impl/CustomerFormServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/hxgk/lowcode/service/impl/CustomerFormServiceImpl.java b/src/main/java/com/hxgk/lowcode/service/impl/CustomerFormServiceImpl.java index 4f1f5cd..c477e93 100644 --- a/src/main/java/com/hxgk/lowcode/service/impl/CustomerFormServiceImpl.java +++ b/src/main/java/com/hxgk/lowcode/service/impl/CustomerFormServiceImpl.java @@ -276,8 +276,8 @@ public class CustomerFormServiceImpl implements CustomerFormService { ArrayList masterTreeList = new ArrayList<>(); String userKey = key; //上线修改 - String url = "http://172.20.2.87:7777/customer_form/gainTableField"; - //String url = "http://36.133.126.182:39250/customer_form/gainTableField"; + String url = "http://172.20.2.87:7777/customer_form/gainTableField";//本地+内网 + //String url = "http://36.133.126.182:39250/customer_form/gainTableField";//外网 if(cfid.contains("zibiaoid-")){ cfid = cfid.split(":")[0];//当选择某个主表的子表时,连主表数据一并返回。 }