Stringsqlstr=@"select td.SN, tdp.SN as SN_tdp,td.points,AssignedTo_userid,tdp.date_points_settlement,td.TaskDescription,etfs.Map_Class,td.CaseNo ,eel.* FROM esn_todos td
Stringsqlstr=@"select td.SN, tdp.SN as SN_tdp,td.points,AssignedTo_userid,tdp.date_points_settlement,td.TaskDescription,etfs.Map_Class,td.CaseNo,etfs.Step_Text ,eel.* FROM esn_todos td
left join esn_todos_points tdp on tdp.sn=td.sn
left join esn_todos_points tdp on tdp.sn=td.sn
left join evw_Employee eel on eel.user_id=td.AssignedTo_userid
left join evw_Employee eel on eel.user_id=td.AssignedTo_userid
left join esn_todos_Flow etf on etf.esn_todos_sn=td.sn
left join esn_todos_Flow etf on etf.esn_todos_sn=td.sn