From 9d218a082c636a88583b5b38588730cb2956b4ea Mon Sep 17 00:00:00 2001 From: kala888 Date: Fri, 10 May 2024 13:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tixwork-service/tixwork-wechat/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/tixwork-service/tixwork-wechat/build.gradle b/tixwork-service/tixwork-wechat/build.gradle index 5ac1738..e0b35f7 100644 --- a/tixwork-service/tixwork-wechat/build.gradle +++ b/tixwork-service/tixwork-wechat/build.gradle @@ -5,7 +5,6 @@ dependencies { api project(":biz-models") api project(":tixwork-system") api project(":tixwork-websocket") - api project(":tixwork-order") api project(":cust-models") implementation "com.github.binarywang:wx-java-mp-spring-boot-starter:${wechatSDKVersion}"