|
@@ -4744,6 +4744,11 @@ public class OrderController : BaseController
|
|
|
throw UserFriendlyException.SameMessage("该工单存在正在审核中的退回,不能办理");
|
|
|
}
|
|
|
|
|
|
+ if (_appOptions.Value.IsZiGong && string.IsNullOrEmpty(dto.Cause))
|
|
|
+ {
|
|
|
+ dto.Cause = dto.Reason;
|
|
|
+ }
|
|
|
+
|
|
|
var order = await _orderRepository
|
|
|
.Queryable()
|
|
|
.Includes(d => d.Workflow)
|