Commit a5f4d021 by qwmqiuwenmin

fix

parent 8b1cc912
...@@ -48,6 +48,12 @@ ...@@ -48,6 +48,12 @@
<groupId>com.gic</groupId> <groupId>com.gic</groupId>
<artifactId>haoban-common</artifactId> <artifactId>haoban-common</artifactId>
<version>${haoban-common}</version> <version>${haoban-common}</version>
<!-- <exclusions> -->
<!-- <exclusion> -->
<!-- <artifactId>jsqlparser</artifactId> -->
<!-- <groupId>com.github.jsqlparser</groupId> -->
<!-- </exclusion> -->
<!-- </exclusions> -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.gic</groupId> <groupId>com.gic</groupId>
...@@ -83,6 +89,12 @@ ...@@ -83,6 +89,12 @@
<groupId>com.gic</groupId> <groupId>com.gic</groupId>
<artifactId>gic-enterprise-api</artifactId> <artifactId>gic-enterprise-api</artifactId>
<version>${gic-enterprise-api}</version> <version>${gic-enterprise-api}</version>
<!-- <exclusions> -->
<!-- <exclusion> -->
<!-- <artifactId>jsqlparser</artifactId> -->
<!-- <groupId>com.github.jsqlparser</groupId> -->
<!-- </exclusion> -->
<!-- </exclusions> -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.gic</groupId> <groupId>com.gic</groupId>
...@@ -147,11 +159,11 @@ ...@@ -147,11 +159,11 @@
<artifactId>hutool-all</artifactId> <artifactId>hutool-all</artifactId>
<version>5.5.1</version> <version>5.5.1</version>
</dependency> </dependency>
<dependency> <!-- <dependency> -->
<groupId>com.gic</groupId> <!-- <groupId>com.gic</groupId> -->
<artifactId>sql-check-sdk</artifactId> <!-- <artifactId>sql-check-sdk</artifactId> -->
<version>4.0-SNAPSHOT</version> <!-- <version>4.0-SNAPSHOT</version> -->
</dependency> <!-- </dependency> -->
</dependencies> </dependencies>
<build> <build>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</value> </value>
</property> </property>
</bean> </bean>
<bean class="com.gic.sql.interceptor.MybatisSqlInterceptor"/> <!-- <bean class="com.gic.sql.interceptor.MybatisSqlInterceptor"/> -->
</array> </array>
</property> </property>
</bean> </bean>
......
...@@ -83,7 +83,7 @@ public class WxEnterpriseController extends WebBaseController{ ...@@ -83,7 +83,7 @@ public class WxEnterpriseController extends WebBaseController{
@IgnoreLogin @IgnoreLogin
@RequestMapping("wx-enterprise-list") @RequestMapping("wx-enterprise-list")
public HaobanResponse wxEnterpriseList() { public HaobanResponse wxEnterpriseList() {
// String wxEnterpriseId = "123456"; // String wxEnterpriseId = "ca66a01b79474c40b3e7c7f93daf1a3b";
LoginVO login = (LoginVO) AuthRequestUtil.getLoginUser(); LoginVO login = (LoginVO) AuthRequestUtil.getLoginUser();
String wxEnterpriseId = login.getWxEnterpriseId(); String wxEnterpriseId = login.getWxEnterpriseId();
List<EnterpriseDetailDTO> list = wxEnterpriseRelatedApiService.listEnterpriseByWxEnterpriseId(wxEnterpriseId); List<EnterpriseDetailDTO> list = wxEnterpriseRelatedApiService.listEnterpriseByWxEnterpriseId(wxEnterpriseId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment