|
|
|
@ -91,7 +91,7 @@ namespace Aucma.Core.BoxFoam.Business
|
|
|
|
|
if (record == null)
|
|
|
|
|
{
|
|
|
|
|
kvPair.Value.ProductLineCode = "CX_02";
|
|
|
|
|
kvPair.Value.StationNumber = "1004";
|
|
|
|
|
kvPair.Value.StationNumber = "1005";
|
|
|
|
|
// 数据库也没数据
|
|
|
|
|
int a = _lastShotRecordServices.AddAsync(kvPair.Value).Result;
|
|
|
|
|
RefreshLastShotDataDelegateEvent?.Invoke(kvPair.Value);
|
|
|
|
@ -102,7 +102,7 @@ namespace Aucma.Core.BoxFoam.Business
|
|
|
|
|
if (!kvPair.Value.MixpistOff.Equals(tempKeys[kvPair.Key].MixpistOff))
|
|
|
|
|
{
|
|
|
|
|
kvPair.Value.ProductLineCode = "CX_02";
|
|
|
|
|
kvPair.Value.StationNumber = "1004";
|
|
|
|
|
kvPair.Value.StationNumber = "1005";
|
|
|
|
|
|
|
|
|
|
int b = _lastShotRecordServices.AddAsync(kvPair.Value).Result;
|
|
|
|
|
RefreshLastShotDataDelegateEvent?.Invoke(kvPair.Value);
|
|
|
|
|