7天
This commit is contained in:
@@ -25,7 +25,7 @@ namespace MyCode.Project.Repositories.ZHMD
|
||||
public List<WMStoJackyunInventoryMovementView1> GetList(DateTime now)
|
||||
{
|
||||
now = now.Date;
|
||||
string sql = $@"select TOP 100 * from [WMStoJackyun_InventoryMovement_View]
|
||||
string sql = $@"select 0 Status , * from [WMStoJackyun_InventoryMovement_View]
|
||||
where [过账日期]>='{now}'
|
||||
ORDER BY [单据号],[单据行号]";
|
||||
var list = this.SelectList<WMStoJackyunInventoryMovementView1>(sql);
|
||||
|
||||
Reference in New Issue
Block a user