diff --git a/Models/vw_limit_frame_plan/vw_limit_frame_planService.cs b/Models/vw_limit_frame_plan/vw_limit_frame_planService.cs index f810d3b..9560ec1 100644 --- a/Models/vw_limit_frame_plan/vw_limit_frame_planService.cs +++ b/Models/vw_limit_frame_plan/vw_limit_frame_planService.cs @@ -302,9 +302,9 @@ model.executed_date.HasValue foreach (var x in from i in _repository.Context.eva_limit_frame_group where i.frame_plan_guid == id select i) { x.remark = ""; + int j = 1; foreach (var y in from z in _repository.Context.eva_limit_frame_employee where z.frame_group_guid == x.id orderby z.order_of_data select z) - { - int j = 1; + { if (y.help_org_id.HasValue) { var theemp = (from q in all_all_emp where q.id == y.employee_id select q).FirstOrDefault();