|
@@ -56,16 +56,26 @@ namespace Business.DOP
|
|
|
}
|
|
}
|
|
|
#endregion
|
|
#endregion
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
- /// 平台成品监控
|
|
|
|
|
|
|
+ /// 海王平台成品监控
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
|
/// <exception cref="NotImplementedException"></exception>
|
|
/// <exception cref="NotImplementedException"></exception>
|
|
|
- public async Task<string> SyncPlatformFinishedProductMonitoring(List<PlatformInventoryDto> platformInventoryDtoList)
|
|
|
|
|
|
|
+ public async Task<string> SyncPlatformFinishedProductMonitoringHW(List<PlatformInventoryDto> platformInventoryDtoList)
|
|
|
{
|
|
{
|
|
|
var ret = SavePlatformFinishedProductMonitoringAsync(platformInventoryDtoList, 1);
|
|
var ret = SavePlatformFinishedProductMonitoringAsync(platformInventoryDtoList, 1);
|
|
|
return await ret;
|
|
return await ret;
|
|
|
}
|
|
}
|
|
|
/// <summary>
|
|
/// <summary>
|
|
|
|
|
+ /// 国科平台成品监控
|
|
|
|
|
+ /// </summary>
|
|
|
|
|
+ /// <returns></returns>
|
|
|
|
|
+ /// <exception cref="NotImplementedException"></exception>
|
|
|
|
|
+ public async Task<string> SyncPlatformFinishedProductMonitoringGK(List<PlatformInventoryDto> platformInventoryDtoList)
|
|
|
|
|
+ {
|
|
|
|
|
+ var ret = SavePlatformFinishedProductMonitoringAsync(platformInventoryDtoList, 2);
|
|
|
|
|
+ return await ret;
|
|
|
|
|
+ }
|
|
|
|
|
+ /// <summary>
|
|
|
/// 保存库存信息
|
|
/// 保存库存信息
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
/// <param name="platformInventoryDtoList"></param>
|
|
/// <param name="platformInventoryDtoList"></param>
|