BUGFIX:试用订单邮件 订单更新时间判断;

This commit is contained in:
shahaibo
2025-02-11 11:27:08 +08:00
parent aff870fba7
commit 297391d57e
6 changed files with 53 additions and 23 deletions

View File

@@ -224,5 +224,5 @@ public interface AccountService extends IService<Account> {
void updateUserRoleAndCredits(Long accountId, String type);
void updateUserInfo(String country, String occupation);
Boolean updateUserInfo(UpdateUserInfoDTO updateUserInfoDTO);
}