From f4d5b46cfffc27d626afc3c43e8e20a11e686a00 Mon Sep 17 00:00:00 2001 From: houruijun <411269194@kidgrow.com> Date: Thu, 29 Oct 2020 16:37:56 +0800 Subject: [PATCH] 修正查询科室名称是否存在的时候,没有排除已经删除/禁用的科室。 --- kidgrow-commons/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kidgrow-commons/pom.xml b/kidgrow-commons/pom.xml index 490f1a6..5096ebd 100644 --- a/kidgrow-commons/pom.xml +++ b/kidgrow-commons/pom.xml @@ -21,6 +21,7 @@ <module>kidgrow-authclient-spring-boot-starter</module> <module>kidgrow-ribbon-spring-boot-starter</module> <module>kidgrow-sentinel-spring-boot-starter</module> + <module>kidgrow-rabbitmq-spring-boot-starter</module> </modules> -- Gitblit v1.8.0