Commit 7569e318 authored by liudong1993's avatar liudong1993

申请时间通用配置

parent ad1e990a
......@@ -1269,7 +1269,7 @@ namespace Property.WebApi.Controllers.User
{
Model.Id,
Model.BranchId,
BranchName = CacheManager.User.BranchReidsCache.GetBranch(Model.BranchId)?.BName ?? "",
BranchName = Model.BranchId==-1?"通用": CacheManager.User.BranchReidsCache.GetBranch(Model.BranchId)?.BName ?? "",
WeekdayList = Model.WeekdayList.OrderBy(x=>x.Id).Select(x => new
{
x.Weekday,
......
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