소스 검색

泸州特提问题处理

田爽 5 달 전
부모
커밋
471f8a142f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Hotline.Api/Controllers/OrderController.cs

+ 1 - 1
src/Hotline.Api/Controllers/OrderController.cs

@@ -4714,7 +4714,7 @@ public class OrderController : BaseController
         if (specialAny) throw UserFriendlyException.SameMessage("工单已存在待审批特提信息!");
         var order = await _orderRepository.Queryable().Includes(d => d.Workflow).FirstAsync(d => d.Id == dto.OrderId);
 		await _orderApplication.SpecialVerify(dto, order, HttpContext.RequestAborted);
-		if (_appOptions.Value.IsZiGong && string.IsNullOrEmpty(dto.Cause))
+		if (string.IsNullOrEmpty(dto.Cause))
 		{
 			dto.Cause = dto.Reason;
 		}