Commit de01239a authored by liudong1993's avatar liudong1993

1

parent 25866059
...@@ -1077,6 +1077,10 @@ namespace REBORN.Services.DMCService ...@@ -1077,6 +1077,10 @@ namespace REBORN.Services.DMCService
{ {
item.CreateByName = CacheManager.User.RbUserCache.GetEmployee(item.CreateBy)?.EmName; item.CreateByName = CacheManager.User.RbUserCache.GetEmployee(item.CreateBy)?.EmName;
} }
if (item.ThirdContractState == 2) {
item.Status = 4;
item.Tourists_Sign = "已签字";
}
} }
pmodel.count = int.Parse(count.ToString()); pmodel.count = int.Parse(count.ToString());
pmodel.pageData = data; pmodel.pageData = data;
......
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