From e64f675036fd110dd1fd5cffc36fbfa10fc6ad24 Mon Sep 17 00:00:00 2001 From: "LAPTOP-KB8JC2K2\\acer" Date: Mon, 30 Aug 2021 10:16:00 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=9A=E0=B8=B1?= =?UTF-8?q?=E0=B8=81=20=E0=B8=A7=E0=B8=87=E0=B9=80=E0=B8=87=E0=B8=B4?= =?UTF-8?q?=E0=B8=99=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B9=83=E0=B8=8A=E0=B9=89?= =?UTF-8?q?=E0=B9=83=E0=B8=99=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=80=E0=B8=A5?= =?UTF-8?q?=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=99=E0=B9=80=E0=B8=87=E0=B8=B4?= =?UTF-8?q?=E0=B8=99=E0=B9=80=E0=B8=94=E0=B8=B7=E0=B8=AD=E0=B8=99=20-=20?= =?UTF-8?q?=E0=B8=81=E0=B8=A3=E0=B8=93=E0=B8=B5=E0=B8=97=E0=B8=B5=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=E0=B8=B5=E0=B8=AB=E0=B8=A1=E0=B8=B2=E0=B8=A2=E0=B9=80?= =?UTF-8?q?=E0=B8=AB=E0=B8=95=E0=B8=B8=E0=B8=A1=E0=B8=B2=E0=B8=81=E0=B8=81?= =?UTF-8?q?=E0=B8=A7=E0=B9=88=E0=B8=B2=201=20=E0=B8=82=E0=B9=89=E0=B8=AD?= =?UTF-8?q?=20=20run=20=E0=B9=80=E0=B8=A5=E0=B8=82=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=8B=E0=B9=89=E0=B8=B3=E0=B8=84=E0=B9=88=E0=B8=B0?= =?UTF-8?q?=20=E0=B9=81=E0=B8=A5=E0=B8=B0=E0=B8=81=E0=B8=A3=E0=B8=93?= =?UTF-8?q?=E0=B8=B5=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=A1=E0=B8=B5=E0=B8=AB?= =?UTF-8?q?=E0=B8=A1=E0=B8=B2=E0=B8=A2=E0=B9=80=E0=B8=AB=E0=B8=95=E0=B8=B8?= =?UTF-8?q?=E0=B8=A1=E0=B8=B2=E0=B8=81=E0=B8=81=E0=B8=A7=E0=B9=88=E0=B8=B2?= =?UTF-8?q?=201=20=E0=B8=82=E0=B9=89=E0=B8=AD=20=20run=20=E0=B9=80?= =?UTF-8?q?=E0=B8=A5=E0=B8=82=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=8B=E0=B9=89?= =?UTF-8?q?=E0=B8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Models/vw_limit_frame_plan/vw_limit_frame_planService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();