This commit is contained in:
2023-07-13 15:12:02 +08:00
parent 36b4f787ae
commit f2a7ca9f1c
3 changed files with 43 additions and 3 deletions

View File

@@ -1417,7 +1417,7 @@ public class OrderService {
if (adapayMemberAccount == null) {
return;
}
adapayMemberAccount.setDelFlag(Constants.ONE);
adapayMemberAccount.setStatus(Constants.TWO);
// 逻辑删除记录,并删除缓存
adapayMemberAccountService.updateAdapayMemberAccount(adapayMemberAccount);
}