zhengcaioa/zhengcaioa/Controllers/BusinessOrder/OrderBanciOrderController.cs
@@ -156,6 +156,8 @@ //投诉书 var orderBanciOrderDTO = _orderBanciOrderService.Get(id); orderBanciOrderDTO.XuefeiName = MoneyToUpperHelper.MoneyToUpper(orderBanciOrderDTO.Xuefei.Value.ToString("0.##")); var frameworkUser = _cooperOrderService.GetFrameworkUsers(orderBanciOrderDTO.PersonId); if (frameworkUser != null) @@ -454,5 +456,7 @@ return new JsonResult(returnMsg); } } }