|
@@ -4737,7 +4737,7 @@ public class OrderController : BaseController
|
|
|
{
|
|
|
var model = await _orderSecondaryHandlingApplication.Entity(dto.Id, HttpContext.RequestAborted);
|
|
|
if (model == null || model.State != ESecondaryHandlingState.Apply)
|
|
|
- throw UserFriendlyException.SameMessage("无效特提审批信息!");
|
|
|
+ throw UserFriendlyException.SameMessage("无效二次办理审批信息!");
|
|
|
await _orderSecondaryHandlingApplication.AuditAsync(dto, model, HttpContext.RequestAborted);
|
|
|
}
|
|
|
|
|
@@ -4754,7 +4754,7 @@ public class OrderController : BaseController
|
|
|
{
|
|
|
var model = await _orderSecondaryHandlingApplication.Entity(item, HttpContext.RequestAborted);
|
|
|
if (model == null || model.State != ESecondaryHandlingState.Apply)
|
|
|
- throw UserFriendlyException.SameMessage("无效特提审批信息!");
|
|
|
+ throw UserFriendlyException.SameMessage("无效二次办理审批信息!");
|
|
|
await _orderSecondaryHandlingApplication.AuditAsync(dto, model, HttpContext.RequestAborted);
|
|
|
}
|
|
|
}
|