Browse Source

导入结果

bjmzak
DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
5cf35607c7
  1. 3
      src/Shentun.ColumnReferencePlugIns/ImportLisResultPlugInsBase.cs

3
src/Shentun.ColumnReferencePlugIns/ImportLisResultPlugInsBase.cs

@ -73,8 +73,9 @@ ORDER BY register_check.patient_register_id
} }
public override Task DoWork()
public override async Task DoWork()
{ {
var loginResult = await LoginAsync();
var queryDaysStr = InterfaceConfig.GetSection("Interface").GetSection("Scheduler").GetSection("QueryDays").Value; var queryDaysStr = InterfaceConfig.GetSection("Interface").GetSection("Scheduler").GetSection("QueryDays").Value;
if (string.IsNullOrWhiteSpace(queryDaysStr)) if (string.IsNullOrWhiteSpace(queryDaysStr))
{ {

Loading…
Cancel
Save