From a53f35fdf9f31c2f4d03b433803067abef514569 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 20 六月 2023 22:47:08 +0800
Subject: [PATCH] 删除pagehelper
---
service-api/src/main/java/com/java110/api/bmo/ApiBaseBMO.java | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/service-api/src/main/java/com/java110/api/bmo/ApiBaseBMO.java b/service-api/src/main/java/com/java110/api/bmo/ApiBaseBMO.java
old mode 100644
new mode 100755
index 15938e3..a69818e
--- a/service-api/src/main/java/com/java110/api/bmo/ApiBaseBMO.java
+++ b/service-api/src/main/java/com/java110/api/bmo/ApiBaseBMO.java
@@ -4,8 +4,8 @@
import com.alibaba.fastjson.JSONObject;
import com.java110.core.context.DataFlowContext;
import com.java110.core.factory.DataFlowFactory;
-import com.java110.entity.center.AppService;
import com.java110.core.event.service.api.ServiceDataFlowEvent;
+import com.java110.dto.system.AppService;
import com.java110.utils.constant.CommonConstant;
import com.java110.utils.constant.ServiceCodeConstant;
import com.java110.utils.util.BeanConvertUtil;
@@ -27,7 +27,7 @@
private RestTemplate restTemplate;
@Autowired
- private RestTemplate restTemplateNoLoadBalanced;
+ private RestTemplate outRestTemplate;
/**
* 璋冪敤涓嬫父鏈嶅姟
@@ -97,7 +97,7 @@
}
- RestTemplate tmpRestTemplate = appService.getServiceCode().startsWith("out.") ? restTemplateNoLoadBalanced : restTemplate;
+ RestTemplate tmpRestTemplate = appService.getServiceCode().startsWith("out.") ? outRestTemplate : restTemplate;
String serviceUrl = appService.getUrl();
HttpEntity<String> httpEntity = null;
@@ -261,6 +261,18 @@
/**
* 鏂板鏁版嵁鏂规硶
*
+ * {
+ * HTTP_BUSINESS_TYPE_CD:''.
+ * HTTP_SEQ:1,
+ * HTTP_INVOKE_MODEL:'s',
+ * data:[{
+ * ps:Id
+ * xxxxx
+ * xxxx
+ *
+ * }]
+ * }
+ *
* @param context 涓婁笅鏂囧璞�
* @param param po瀵硅薄
*/
--
Gitblit v1.8.0