diff --git a/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/WmsOutputSumDapperRepository.cs b/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/WmsOutputSumDapperRepository.cs index 8f491942..5e3f098b 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/WmsOutputSumDapperRepository.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/WmsOutputSumDapperRepository.cs @@ -131,13 +131,13 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report " EstimateType 物料组编码,\n" + -" ISnull([ 0 ], 2 ) 结算数量,\n" + +" ISnull([ 0 ], 0 ) 结算数量,\n" + " ISNULL([ 2 ], 0 ) 实际出库数量,\n" + -" isnull([ 0 ], 2 ) - ISNULL([ 2 ], 0 ) 数量差异,\n" + +" ISNULL([ 0 ], 0 ) - ISNULL([ 2 ], 0 ) 差异数量,\n" + " Price 开票单价,\n" + " Round( ISnull([ 0 ], 2 )* Price, 2 ) 结算金额,\n" + " Round( ISNULL([ 2 ], 0 )* Price, 2 ) 已出库金额,\n" + -" ROUND(( isnull([ 0 ], 2 ) - ISNULL([ 2 ], 0 ))* Price, 2 ) WMS待出库金额 \n" + +" ROUND(( isnull([ 0 ], 0 ) - ISNULL([ 2 ], 0 ))* Price, 2 ) WMS待出库金额 \n" + " FROM\n" + " (\n" + " SELECT\n" +