0
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user