username@email.com
2022-06-16 7df23c739201c4413e3e64affae1707a694a2e1b
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);
        }
    }
}