Commit 87bf3499 by 肖小磊

POS导出新增ComputerName,WorkGroup列

parent 499ca4aa
...@@ -399,6 +399,8 @@ namespace FTM.Repository ...@@ -399,6 +399,8 @@ namespace FTM.Repository
,p.SokLastDate ,p.SokLastDate
,p.BusinessDate ,p.BusinessDate
,p.BusinessDate ,p.BusinessDate
,p.ComputerName
,p.WorkGroup
FROM dbo.FTM_Pos p WITH(NOLOCK) FROM dbo.FTM_Pos p WITH(NOLOCK)
INNER JOIN dbo.FTM_Store s WITH (NOLOCK) ON s.StoreID = p.StoreID INNER JOIN dbo.FTM_Store s WITH (NOLOCK) ON s.StoreID = p.StoreID
WHERE (@storeName IS NULL OR s.Name like '%'+@storeName+'%') WHERE (@storeName IS NULL OR s.Name like '%'+@storeName+'%')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment