Browse Source

提交

dev_DY_CC
赵新宇 7 months ago
parent
commit
dd21f53020
  1. 4
      be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/UnplannedIssueJobs/UnplannedIssueJobAppService.cs

4
be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/UnplannedIssueJobs/UnplannedIssueJobAppService.cs

@ -84,7 +84,7 @@ public class UnplannedIssueJobAppService
public List<BalanceDTO> DeductInventory(List<BalanceDTO> inventory, decimal quantityToDeduct) private List<BalanceDTO> DeductInventory(List<BalanceDTO> inventory, decimal quantityToDeduct)
{ {
List<BalanceDTO> balanceDTOs = new List<BalanceDTO>(); List<BalanceDTO> balanceDTOs = new List<BalanceDTO>();
decimal totalDeducted = 0; decimal totalDeducted = 0;
@ -290,7 +290,7 @@ public class UnplannedIssueJobAppService
/// 给立体库发送 /// 给立体库发送
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
public async Task SendDimensionalStorehouseAsync() private async Task SendDimensionalStorehouseAsync()
{ {
throw new System.NotImplementedException(); throw new System.NotImplementedException();
} }

Loading…
Cancel
Save