|
@@ -3470,7 +3470,7 @@ public class OrderController : BaseController
|
|
|
|
|
|
//todo 特提重办,按审批通过时间依据中心派至部门的规则计算期满时间,更新order
|
|
|
|
|
|
- await _workflowApplication.RecallAsync(recall, special.Order.ExpiredTime, HttpContext.RequestAborted);
|
|
|
+ await _workflowApplication.RecallAsync(recall, expiredTime.EndTime, HttpContext.RequestAborted);
|
|
|
var publish = await _orderPublishRepository.GetAsync(x => x.OrderId == special.OrderId);
|
|
|
if (publish != null)
|
|
|
{
|