Эх сурвалжийг харах

feature(服务查询参数添加): 服务查询参数添加

服务查询参数添加
mazq 4 жил өмнө
parent
commit
0969dcde94

+ 2 - 0
dcuc-app-service/src/main/java/com/dragoninfo/dcuc/app/business/impl/ResourceBusiness.java

@@ -230,6 +230,8 @@ public class ResourceBusiness implements IResourceBusiness {
         String url = resourceConfig.getResourceUrl();
         String url = resourceConfig.getResourceUrl();
         Map<String, String> param = new HashMap<>();
         Map<String, String> param = new HashMap<>();
         param.put("Condition", "FWZYBSF = '" + serviceCode + "'");
         param.put("Condition", "FWZYBSF = '" + serviceCode + "'");
+        param.put("page", "1");
+        param.put("pageSize", "1");
         logger.info("getServiceRemoteDetailByCode >> url:{}, busSraId:{}, busServiceId:{}, busServiceFunc:{}, busSreIdcard:{}, serviceCode:{}",
         logger.info("getServiceRemoteDetailByCode >> url:{}, busSraId:{}, busServiceId:{}, busServiceFunc:{}, busSreIdcard:{}, serviceCode:{}",
                 url, busSraId, busServiceId, busServiceFunc, busSreIdcard, serviceCode);
                 url, busSraId, busServiceId, busServiceFunc, busSreIdcard, serviceCode);
         String response = HttpUtil.postJSON(url, JSON.toJSONString(param), heards, null);
         String response = HttpUtil.postJSON(url, JSON.toJSONString(param), heards, null);