From de0e4774c16ca5e14ee91ee0f6b1dd05d7388cfb Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 4 Mar 2022 14:52:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SettleAccountJob/Report/WmsOutputSumDapperRepository.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" +