feat: 上线任务系统

This commit is contained in:
橙子
2024-08-15 21:38:32 +08:00
parent 74d43ca974
commit e8f957f344
4 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ namespace Yi.Framework.Bbs.Domain.Managers
/// </summary>
public class BankManager : DomainService
{
private const decimal DefalutRate = 1.3m;
private const decimal DefalutRate = 1.2m;
private ISqlSugarRepository<BankCardAggregateRoot> _repository;
private ILocalEventBus _localEventBus;
private ISqlSugarRepository<InterestRecordsAggregateRoot> _interestRepository;