huangjn il y a 2 ans
Parent
commit
8489d6f98c

+ 1 - 0
blade-service/blade-business/src/main/java/org/springblade/business/service/impl/InformationQueryServiceImpl.java

@@ -38,6 +38,7 @@ import java.util.*;
 @AllArgsConstructor
 public class InformationQueryServiceImpl extends BaseServiceImpl<InformationQueryMapper, InformationQuery> implements IInformationQueryService {
 
+
 	private final WbsTreeContractClient wbsTreeContractClient;
 
 	private final IUserClient userClient;