username@email.com
2022-02-25 74abca0d15b35909f3c2f63d44104a6e7b2d6180
风险代理的订单类型1中绑定“代拟质疑函、代拟投诉书、”
1个文件已修改
4 ■■■■ 已修改文件
zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs
@@ -1413,7 +1413,7 @@
                var shi = _fiBookService.GetList().Select(x => new { code = x.Id, label = x.BookName }).ToList();
                result = JsonConvert.SerializeObject(shi);
            }
            if (OrderType == "02"  || OrderType == "04" || OrderType == "06"   || OrderType == "09")
            if (OrderType == "02"  || OrderType == "04" || OrderType == "06"   || OrderType == "09" || OrderType == "08")
            {
                var shi = _fiServiceService.GetList().Where(x=>x.ServiceTypeTop == OrderType).Select(x => new { code = x.ServiceType, label = x.ServiceType }).Distinct().ToList();
                result = JsonConvert.SerializeObject(shi);
@@ -1429,7 +1429,7 @@
                result = JsonConvert.SerializeObject(shi);
            }
            if (OrderType == "08" || OrderType == "10" || OrderType == "11")
            if (OrderType == "10" || OrderType == "11")
            {
               
                result = "[]";