แก้บัก วงเงินที่ใช้ในการเลื่อนเงินเดือน - กรณีที่มีหมายเหตุมากกว่า 1 ข้อ run เลขข้อซ้ำค่ะ และกรณีที่มีหมายเหตุมากกว่า 1 ข้อ run เลขข้อซ้ำ
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user