签字表静态存储刷新

parent 9a4ef8b7
...@@ -646,7 +646,9 @@ public ApiResponse AllComputeViewByPM([FromBody] ComputerRequest request) ...@@ -646,7 +646,9 @@ public ApiResponse AllComputeViewByPM([FromBody] ComputerRequest request)
var allot = _allotService.GetAllot(request.AllotId); var allot = _allotService.GetAllot(request.AllotId);
if (null == allot) if (null == allot)
throw new PerformanceException("当前绩效记录不存在"); throw new PerformanceException("当前绩效记录不存在");
if (request.Refresh == 1)
_service.FreezeAllot(request.AllotId);
var result = _computeService.GetAllComputeView(allot.HospitalId, request.AllotId, "view_allot_sign_emp_finance"); var result = _computeService.GetAllComputeView(allot.HospitalId, request.AllotId, "view_allot_sign_emp_finance");
//var result = _computeService.ComputerGroupBy(list); //var result = _computeService.ComputerGroupBy(list);
......
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