出入库后端调整

This commit is contained in:
2026-01-09 15:54:21 +08:00
parent 8b206b257c
commit 0087d05657
5 changed files with 39 additions and 18 deletions

View File

@@ -32,6 +32,7 @@ namespace DOAN.Service.BZFM
var response = Queryable()
.Where(predicate.ToExpression())
.OrderByDescending(it => it.CreatedTime)
.ToPage<MmRecordInbound, MmRecordInboundDto>(parm);
return response;