TANG JIANG 1 gadu atpakaļ
vecāks
revīzija
bc721174a8

+ 1 - 1
src/DataSharing.Application/Receivers/ProvinceReceiver.cs

@@ -948,7 +948,7 @@ namespace DataSharing.Application.Receivers
             #endregion
 
             //将待推送数据写入待推送表
-            await InitPushDataAsync("GetKnowledgeInfoSend", "get_knowledge_info_send", jsonData, pathType: EPathType.XieTong, cancellationToken: cancellationToken);
+            await InitPushDataAsync("GetKnowledgeInfoSend", "get_knowledge_info_send", jsonData, pathType: EPathType.HuiJu, cancellationToken: cancellationToken);
 
             #region 处理知识库原始数据
             //查询原有数据,如果有修改原始数据,没有直接新增

+ 1 - 1
src/DataSharing.Application/Validators/SubmitCaseInfoValidator.cs

@@ -9,7 +9,7 @@ namespace DataSharing.Application.Validators
         {
             RuleFor(d => d.CaseTitle).NotEmpty();
             RuleFor(d => d.CaseRegister).NotEmpty();
-            RuleFor(d => d.CaseRegisterNo).NotEmpty();
+            //RuleFor(d => d.CaseRegisterNo).NotEmpty();
             RuleFor(d => d.CaseDate).NotEmpty();
             RuleFor(d => d.CaseSource).NotEmpty();
             RuleFor(d => d.PhoneNumber).NotEmpty();

+ 0 - 2
src/DataSharing/Province/PusherProviderService.cs

@@ -8,8 +8,6 @@ using MapsterMapper;
 using Microsoft.Extensions.Logging;
 using Newtonsoft.Json;
 using System.Net;
-using System.Reflection.Metadata.Ecma335;
-using System.Xml.Linq;
 using XF.Domain.Dependency;
 using XF.Domain.Repository;