This commit is contained in:
swr 2024-05-11 17:59:01 +08:00
parent b274304f6c
commit 4894367124
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,9 @@ public interface LauncherConstant {
/** /**
* nacos namespace id * nacos namespace id
*/ */
String NACOS_NAMESPACE = "62fddd43-b621-43f6-9733-75a6e4d6756b"; // String NACOS_NAMESPACE = "62fddd43-b621-43f6-9733-75a6e4d6756b";
String NACOS_NAMESPACE = "vordm";
/** /**
* nacos dev 地址 * nacos dev 地址

View File

@ -201,7 +201,7 @@ public class DisasterInfoController {
//Latest six month 上3个月 //Latest six month 上3个月
date = LocalDate.now().minusMonths(3); date = LocalDate.now().minusMonths(3);
break; break;
case "4": case "5":
//Latest six month 上6个月 //Latest six month 上6个月
date = LocalDate.now().minusMonths(6); date = LocalDate.now().minusMonths(6);
break; break;