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