Browse Source

更新版本

FoShanPG
Administrator 3 years ago
parent
commit
220e486b44
  1. 4
      src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettleDiffExportService.cs

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

@ -346,6 +346,10 @@ namespace SettleAccount.Job.Services.Report
itm.UnSettleQty = 1;
}
itm.DiffQty = itm.Qty - itm.UnSettleQty;
if (itm.DiffQty == 0)
{
itm.DiffAMT = 0;
}
}

Loading…
Cancel
Save