From ce64e667815b39efdc2f8bd52be0d43d49db8d84 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 17 七月 2022 00:06:29 +0800
Subject: [PATCH] 优化小区位置

---
 java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java b/java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java
old mode 100644
new mode 100755
index 2476837..d8f2e85
--- a/java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java
+++ b/java110-service/src/main/java/com/java110/service/smo/IQueryServiceSMO.java
@@ -1,5 +1,7 @@
 package com.java110.service.smo;
 
+import com.alibaba.fastjson.JSONArray;
+import com.alibaba.fastjson.JSONObject;
 import com.java110.utils.exception.BusinessException;
 import com.java110.service.context.DataQuery;
 import org.springframework.http.ResponseEntity;
@@ -35,4 +37,23 @@
      * @throws BusinessException
      */
     public ResponseEntity<String> fallBack(String fallBackInfo) throws BusinessException;
+
+    /**
+     * 鎵ц鏌ヨsql
+     * @param param
+     * @param sql
+     * @return {
+     *     th:[],
+     *     td:[{}]
+     * }
+     */
+    JSONObject execQuerySql(JSONObject param, String sql) throws BusinessException;
+
+    /**
+     * 鎵цjava鑴氭湰
+     *
+     * @param javaCode
+     * @throws BusinessException
+     */
+    JSONObject execJava(JSONObject params, String javaCode);
 }

--
Gitblit v1.8.0