Commit a5f4d021 by qwmqiuwenmin

fix

parent 8b1cc912
......@@ -48,6 +48,12 @@
<groupId>com.gic</groupId>
<artifactId>haoban-common</artifactId>
<version>${haoban-common}</version>
<!-- <exclusions> -->
<!-- <exclusion> -->
<!-- <artifactId>jsqlparser</artifactId> -->
<!-- <groupId>com.github.jsqlparser</groupId> -->
<!-- </exclusion> -->
<!-- </exclusions> -->
</dependency>
<dependency>
<groupId>com.gic</groupId>
......@@ -83,6 +89,12 @@
<groupId>com.gic</groupId>
<artifactId>gic-enterprise-api</artifactId>
<version>${gic-enterprise-api}</version>
<!-- <exclusions> -->
<!-- <exclusion> -->
<!-- <artifactId>jsqlparser</artifactId> -->
<!-- <groupId>com.github.jsqlparser</groupId> -->
<!-- </exclusion> -->
<!-- </exclusions> -->
</dependency>
<dependency>
<groupId>com.gic</groupId>
......@@ -147,11 +159,11 @@
<artifactId>hutool-all</artifactId>
<version>5.5.1</version>
</dependency>
<dependency>
<groupId>com.gic</groupId>
<artifactId>sql-check-sdk</artifactId>
<version>4.0-SNAPSHOT</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>com.gic</groupId> -->
<!-- <artifactId>sql-check-sdk</artifactId> -->
<!-- <version>4.0-SNAPSHOT</version> -->
<!-- </dependency> -->
</dependencies>
<build>
......
......@@ -37,7 +37,7 @@
</value>
</property>
</bean>
<bean class="com.gic.sql.interceptor.MybatisSqlInterceptor"/>
<!-- <bean class="com.gic.sql.interceptor.MybatisSqlInterceptor"/> -->
</array>
</property>
</bean>
......
......@@ -83,7 +83,7 @@ public class WxEnterpriseController extends WebBaseController{
@IgnoreLogin
@RequestMapping("wx-enterprise-list")
public HaobanResponse wxEnterpriseList() {
// String wxEnterpriseId = "123456";
// String wxEnterpriseId = "ca66a01b79474c40b3e7c7f93daf1a3b";
LoginVO login = (LoginVO) AuthRequestUtil.getLoginUser();
String wxEnterpriseId = login.getWxEnterpriseId();
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