田爽 hai 2 meses
pai
achega
5f6632ca78

+ 1 - 1
src/Hotline.Application/Orders/OrderSecondaryHandlingApplication.cs

@@ -199,7 +199,7 @@ namespace Hotline.Application.Orders
 				order.NearlyExpiredTimeOne = expiredTime.NearlyExpiredTimeOne;
 				order.ReTransactNum = reTransactNum;
 				order.ProcessType = processType;
-				order.Status = EOrderStatus.Handling;
+				order.Status = EOrderStatus.Special;
 
 				await _orderRepository.Updateable().SetColumns(o => new Order() { ExpiredTime = expiredTime.ExpiredTime, NearlyExpiredTime = expiredTime.NearlyExpiredTime, NearlyExpiredTimeOne = expiredTime.NearlyExpiredTimeOne, ReTransactNum = reTransactNum, ProcessType = processType, Status = EOrderStatus.Handling })
                     .Where(o => o.Id == order.Id).ExecuteCommandAsync(cancellationToken);