|
@@ -4985,7 +4985,7 @@ public class OrderController : BaseController
|
|
|
copy.AuditTime = DateTime.Now;
|
|
|
copy.AuditUserId = _sessionContext.UserId;
|
|
|
copy.AuditUserName = _sessionContext.UserName;
|
|
|
- copy.AuditSource = dto.Source;
|
|
|
+ copy.AuditSource = dto.IsEdit ? EOrderUpdateSource.Alter : EOrderUpdateSource.Accepted;
|
|
|
copy.InitId();
|
|
|
await _orderCopyRepository.AddAsync(copy, HttpContext.RequestAborted);
|
|
|
|