feihu.wang
This commit is contained in:
feihu.wang 2022-08-14 15:08:07 +08:00
parent f2e93ad25c
commit 4b1774e340

View File

@ -25,7 +25,7 @@ import java.util.stream.Collectors;
@Service
@ConditionalOnProperty(prefix = "sys.conf",name="app", havingValue = "engine")
//@ConditionalOnProperty(prefix = "sys.conf",name="app", havingValue = "engine")
public class MobileInfoServiceImpl implements MobileInfoService {
public static Logger logger = LoggerFactory.getLogger(MobileInfoServiceImpl.class);