Browse Source

更新版本

FoShanPG
Administrator 3 years ago
parent
commit
02d10d0969
  1. 1
      src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettleDiffExportService.cs

1
src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettleDiffExportService.cs

@ -345,6 +345,7 @@ namespace SettleAccount.Job.Services.Report
{
itm.UnSettleQty = 1;
}
itm.DiffQty = itm.Qty - itm.UnSettleQty;
}

Loading…
Cancel
Save