แก้บัก วงเงินที่ใช้ในการเลื่อนเงินเดือน - กรณีที่มีหมายเหตุมากกว่า 1 ข้อ run เลขข้อซ้ำค่ะ และกรณีที่มีหมายเหตุมากกว่า 1 ข้อ run เลขข้อซ้ำ

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-08-30 10:16:00 +07:00
parent d0d9b50238
commit e64f675036

View File

@@ -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();