|
@@ -2,6 +2,7 @@
|
|
using Hotline.Application.Snapshot;
|
|
using Hotline.Application.Snapshot;
|
|
using Hotline.Application.Snapshot.Contracts;
|
|
using Hotline.Application.Snapshot.Contracts;
|
|
using Hotline.Caching.Interfaces;
|
|
using Hotline.Caching.Interfaces;
|
|
|
|
+using Hotline.Caching.Services;
|
|
using Hotline.FlowEngine.WorkflowModules;
|
|
using Hotline.FlowEngine.WorkflowModules;
|
|
using Hotline.Identity.Accounts;
|
|
using Hotline.Identity.Accounts;
|
|
using Hotline.Identity.Roles;
|
|
using Hotline.Identity.Roles;
|
|
@@ -197,6 +198,7 @@ public class OrderSnapshotApplicationTest : TestBase
|
|
public async Task SnapshotWorkflow_Guider_Test()
|
|
public async Task SnapshotWorkflow_Guider_Test()
|
|
{
|
|
{
|
|
SetSettingCache(SettingConstants.OvertimeBack, "4");
|
|
SetSettingCache(SettingConstants.OvertimeBack, "4");
|
|
|
|
+ SetSettingCache(SettingConstants.SnapshotIntervalMinutes, "0.000001");
|
|
var snapshotLabels = _systemDicDataCacheManager.SnapshotOrderLabel;
|
|
var snapshotLabels = _systemDicDataCacheManager.SnapshotOrderLabel;
|
|
var inputLable = snapshotLabels.Where(m => m.DicDataValue == "bss").ToList();
|
|
var inputLable = snapshotLabels.Where(m => m.DicDataValue == "bss").ToList();
|
|
var industryCase = await _industryCaseRepository.Queryable().Where(m => m.IsEnable == true).FirstAsync();
|
|
var industryCase = await _industryCaseRepository.Queryable().Where(m => m.IsEnable == true).FirstAsync();
|