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