From 74abca0d15b35909f3c2f63d44104a6e7b2d6180 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 25 二月 2022 13:36:27 +0800 Subject: [PATCH] 风险代理的订单类型1中绑定“代拟质疑函、代拟投诉书、” --- zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs b/zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs index 638a5d5..90534e2 100644 --- a/zhengcaioa/zhengcaioa/Controllers/BusinessOrder/CooperOrderController.cs +++ b/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 = "[]"; -- Gitblit v1.9.1