This commit is contained in:
2025-07-16 17:49:37 +08:00
parent 68a82eef2d
commit 99c400da6c
2 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ namespace MyCode.Project.Repositories
public List<CreateAndStockinResp> GetInventoryMovement()
{
string sql = $@"
SELECT [单据号] AS [relDataId]
SELECT [单据号] AS relDataId
,[单据行号] AS [relDetailId]
,[变动方向] AS [type]
,[SKU] AS [outSkuCode]