username@email.com
2022-02-25 74abca0d15b35909f3c2f63d44104a6e7b2d6180
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 = "[]";