This commit is contained in:
2025-12-02 15:52:58 +08:00
parent 08a56e0434
commit 0a9574e209
7 changed files with 29 additions and 14 deletions

View File

@@ -66,7 +66,7 @@ namespace Gatedge.ScanCode.Controllers
FieldKeys = @"FID,FBillNO,FStatus,FOrgId,FCreatorId,FCreateDate,FErrorInfo,FIsPrinted,FBarCount,FBarSum,FMOInfo",
Limit = param.PageSize,
StartRow = param.PageSize * (param.PageIndex - 1),
FilterString = "",
//FilterString = "",
OrderString = "FCreateDate DESC"
};
//FilterItem userItem = new FilterItem("FCreatorId", "67", param.UserId, "0");