Commit 9bb347eb authored by liudong1993's avatar liudong1993

资产列表返回资产二维码

parent d0a250c8
......@@ -257,6 +257,7 @@ namespace Property.WebApi.Controllers.User
x.SupplierName,
x.BranchId,
x.UseMonths,
x.QRCode,
UseReceiveId = x.UseReceiveId ?? 0,
BranchName = CacheManager.User.BranchReidsCache.GetBranch(x.BranchId)?.BName ?? "",
UpdateBy = CacheManager.User.UserReidsCache.GetEmployee(x.UpdateBy)?.EmName ?? "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment