From c1ec7e06f7b44beaf793af23477e1134451c80ae Mon Sep 17 00:00:00 2001 From: PC-201906131823\Administrator <zyyao> Date: 星期三, 10 十一月 2021 08:59:06 +0800 Subject: [PATCH] 提交 --- zhengcaioa/Services/ExpertTestTopicService.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zhengcaioa/Services/ExpertTestTopicService.cs b/zhengcaioa/Services/ExpertTestTopicService.cs index 3748593..1ce29f8 100644 --- a/zhengcaioa/Services/ExpertTestTopicService.cs +++ b/zhengcaioa/Services/ExpertTestTopicService.cs @@ -121,7 +121,7 @@ { for (int i = 0; i < Falv.Length; i++) { - if (!string.IsNullOrEmpty(dto.Falv[i])) + if (!string.IsNullOrEmpty(dto.Falv[i]) || !string.IsNullOrEmpty(dto.Fatiao[i]) || !string.IsNullOrEmpty(dto.Fatiaomingxi[i])) { ExpertTestTopicjiexi expertTestTopicjiexi = new ExpertTestTopicjiexi(); -- Gitblit v1.9.1