From e1064dd08bba4326d19c81a0b9f4da18c2fa462d Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 24 十一月 2022 13:22:42 +0800
Subject: [PATCH] 废标公告写入oa

---
 zhengcaioa/zhengcaioa/Controllers/ProjectController.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Controllers/ProjectController.cs b/zhengcaioa/zhengcaioa/Controllers/ProjectController.cs
index 2ce14a0..eb6f92f 100644
--- a/zhengcaioa/zhengcaioa/Controllers/ProjectController.cs
+++ b/zhengcaioa/zhengcaioa/Controllers/ProjectController.cs
@@ -493,6 +493,13 @@
                                 projectDTO.Fbyy = Fbyy.TextContent.Trim();
                                 projectDTO.Fblx = "鍋滄璇勫";
                             }
+                            if (Number != null && Number.TextContent.Contains("缁堟鍘熷洜"))
+                            {
+                                var Fbyy = Number.QuerySelector("span");
+                                projectDTO.Fbyy = Fbyy.TextContent.Trim();
+                                projectDTO.Fblx = "鍋滄璇勫";
+                            }
+                            
                         }
                         var Caigourennames = cDocumet.QuerySelectorAll("span").Where(m => m.Id == "_notice_content_noticePurchase-purchaserOrgName");
                         if (Caigourennames != null && Caigourennames.ToList().Count > 0)

--
Gitblit v1.9.1