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 adb94be5..6e1618f5 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 @@ -1103,7 +1103,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report " '' CNumber,\n" + " Remark \n" + "FROM\n" + -" Set_WmsHQWithOutKanbanOutPutDetial \n" + +" Set_WmsOneTimeSaleOutPutDetial \n" + "WHERE\n" + " VERSION = '{0}' \n" + " AND STATE = 3 union all \n"+ @@ -1293,7 +1293,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report " '' CNumber,\n" + " Remark \n" + " FROM\n" + - " Set_WmsHQWithOutKanbanOutPutDetial \n" + + " Set_WmsOneTimeSaleOutPutDetial \n" + " WHERE\n" + " IsBack = 1 \n" + " AND VERSION = '{0}' \n" + @@ -1588,7 +1588,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report " '' CNumber,\n" + " Remark \n" + "FROM\n" + -" Set_WmsHQWithOutKanbanOutPutDetial \n" + +" Set_WmsOneTimeSaleOutPutDetial \n" + "WHERE\n" + " VERSION = '{0}' \n" + " AND State = 4 union all \n" +