|
@@ -845,8 +845,8 @@ public class OrderController : BaseController
|
|
|
// 部门办件结果
|
|
|
VisitSatisfaction = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.VisitSatisfaction).Where(x => x.DicDataValue != "-1").Select(m => new { m.Id, m.DicDataName, m.DicDataValue }),
|
|
|
// 部门办件态度
|
|
|
- VisitManner = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.VisitManner).Where(x => x.DicDataValue != "-1").Select(m => new { m.Id, m.DicDataName, m.DicDataValue })
|
|
|
-
|
|
|
+ VisitManner = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.VisitManner).Where(x => x.DicDataValue != "-1").Select(m => new { m.Id, m.DicDataName, m.DicDataValue }),
|
|
|
+ VisitStateQuery = EnumExts.GetDescriptions<EVisitStateQuery>()
|
|
|
};
|
|
|
return rsp;
|
|
|
}
|