Browse Source

注释优化

lwx_v1
liwenxuan 2 years ago
parent
commit
6b543622a3
  1. 4
      src/main/java/com/hxgk/lowcode/service/impl/CustomerFormServiceImpl.java

4
src/main/java/com/hxgk/lowcode/service/impl/CustomerFormServiceImpl.java

@ -276,8 +276,8 @@ public class CustomerFormServiceImpl implements CustomerFormService {
ArrayList<Tree> masterTreeList = new ArrayList<>(); ArrayList<Tree> masterTreeList = new ArrayList<>();
String userKey = key; String userKey = key;
//上线修改 //上线修改
String url = "http://172.20.2.87:7777/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"; //String url = "http://36.133.126.182:39250/customer_form/gainTableField";//外网
if(cfid.contains("zibiaoid-")){ if(cfid.contains("zibiaoid-")){
cfid = cfid.split(":")[0];//当选择某个主表的子表时,连主表数据一并返回。 cfid = cfid.split(":")[0];//当选择某个主表的子表时,连主表数据一并返回。
} }

Loading…
Cancel
Save