|
@@ -24,7 +24,7 @@ public class SnapshotPointsDomainService : ISnapshotPointsDomainService, IScopeD
|
|
_pointsRecordRepository = snapshotPointsRecordRepository;
|
|
_pointsRecordRepository = snapshotPointsRecordRepository;
|
|
}
|
|
}
|
|
|
|
|
|
- public async Task AddPointsAsync(string orderId, EPointsSource source, ESnapshotSMSStatus? status, int? extraDeductedPoints, string? extraDeductionPointsTypeName)
|
|
|
|
|
|
+ public async Task AddPointsAsync(string orderId, EPointsSource source, ESnapshotSMSStatus? status, int? extraDeductedPoints, string? extraDeductionPointsTypeName = "")
|
|
{
|
|
{
|
|
if (status == null) return;
|
|
if (status == null) return;
|
|
var order = await _orderSnapshotRepository.Queryable()
|
|
var order = await _orderSnapshotRepository.Queryable()
|