แก้ไขหน้า ปรับเลื่อนเงินเดือน และปรับโควต้า
This commit is contained in:
@@ -118,6 +118,11 @@ and opd.deleted_at is null and htm.deleted_at is null;
|
||||
i.position_level_id = Convert.ToInt32(dr["department_id"]);
|
||||
i.position_level_text = dr["position_level_name"].ToString();
|
||||
}
|
||||
i.salary = 0;
|
||||
if (dr["salary"] != DBNull.Value)
|
||||
{
|
||||
i.salary = Convert.ToDecimal(dr["salary"]);
|
||||
}
|
||||
|
||||
result.Add(i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user