This commit is contained in:
2025-06-19 17:22:43 +08:00
parent a0979caba6
commit 1f84b4b3e6
3 changed files with 5 additions and 5 deletions

View File

@@ -234,5 +234,5 @@ public interface AccountService extends IService<Account> {
Set<String> organizationNameSearch(String type, String name);
void send618PromotionEmailTemp();
/*void send618PromotionEmailTemp();*/
}