update
This commit is contained in:
parent
d9491b9b33
commit
77eabfec5d
@ -94,6 +94,6 @@ public class CollectBusApplicationModule : AbpModule
|
||||
|
||||
//默认初始化表计信息
|
||||
var dbContext = context.ServiceProvider.GetRequiredService<EnergySystemScheduledMeterReadingService>();
|
||||
await dbContext.InitAmmeterCacheData();
|
||||
await dbContext.InitAmmeterCacheData("V4-Gather-8890");
|
||||
}
|
||||
}
|
||||
@ -257,7 +257,7 @@ namespace JiShe.CollectBus.ScheduledMeterReading
|
||||
|
||||
#if DEBUG
|
||||
//// sql = $@"{sql} and c.Address in('542410000504','442405000040','442405000039','402410040506')";
|
||||
sql = $@"{sql} and c.Address in('402410040506')";
|
||||
//sql = $@"{sql} and c.Address in('402410040506')";
|
||||
#endif
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(gatherCode))
|
||||
|
||||
@ -83,9 +83,6 @@
|
||||
<None Update="Plugins\JiShe.CollectBus.Protocol.T6452007.dll">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="Plugins\JiShe.CollectBus.Protocol.Test.dll">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user