From c76d735cf906bde876ebd32a0ad8d1413a7ca902 Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期五, 28 七月 2023 16:37:05 +0800 Subject: [PATCH] 修复app推送在线状态错误 --- ard-work/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ard-work/pom.xml b/ard-work/pom.xml index 403665f..09e0f91 100644 --- a/ard-work/pom.xml +++ b/ard-work/pom.xml @@ -161,6 +161,11 @@ <artifactId>netty-all</artifactId> <version>4.1.63.Final</version> </dependency> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>mybatis-plus-boot-starter</artifactId> + <version>3.2.0</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3