|
@@ -714,7 +714,7 @@ public class OrderController : BaseController
|
|
|
/// </summary>
|
|
|
/// <param name="dto"></param>
|
|
|
/// <returns></returns>
|
|
|
- [Permission(EPermission.ApplyDelay)]
|
|
|
+ //[Permission(EPermission.ApplyDelay)]
|
|
|
[HttpPost("delay")]
|
|
|
public async Task ApplyDelay([FromBody] DelayStartFlowDto dto)
|
|
|
{
|
|
@@ -770,7 +770,7 @@ public class OrderController : BaseController
|
|
|
/// 延期列表
|
|
|
/// </summary>
|
|
|
/// <returns></returns>
|
|
|
- [Permission(EPermission.DelayList)]
|
|
|
+ //[Permission(EPermission.DelayList)]
|
|
|
[HttpGet("delay")]
|
|
|
public async Task<PagedDto<OrderDelay>> DelayList([FromQuery] DelayListDto dto)
|
|
|
{
|
|
@@ -793,7 +793,7 @@ public class OrderController : BaseController
|
|
|
/// </summary>
|
|
|
/// <param name="id"></param>
|
|
|
/// <returns></returns>
|
|
|
- [Permission(EPermission.DelayEntity)]
|
|
|
+ //[Permission(EPermission.DelayEntity)]
|
|
|
[HttpGet("delay/{id}")]
|
|
|
public async Task<OrderDelay> DelayEntity(string id)
|
|
|
{
|