Commit 2cd9e982 authored by msinkar's avatar msinkar

Changes in coaching dashbaord

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190422 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2ef70e10
......@@ -118,7 +118,8 @@ public class CoachingSummaryEJB extends ValidatorEJB implements CoachingSummaryE
""+employee+" " +
"AND spec_table.appr_tblno = eval_type.table_eval " +
"AND template.survey_templ = config.survey_templ " +
"AND template.eval_type = eval_type.eval_type " +
"AND template.eval_type = eval_type.eval_type "+
"AND csd_eval.tran_id__ref = config.survey_id " +
"AND emp.emp_code IN "+getFormattedUserId(teamArgs)+" "+
"AND spec.spec_type != 'X' " +
"AND config.survey_id = '"+surveyId+"' " +
......@@ -159,7 +160,8 @@ public class CoachingSummaryEJB extends ValidatorEJB implements CoachingSummaryE
""+employee+" " +
"AND spec_table.appr_tblno = eval_type.table_kra " +
"AND template.survey_templ = config.survey_templ " +
"AND template.eval_type = eval_type.eval_type " +
"AND template.eval_type = eval_type.eval_type "+
"AND csd_eval.tran_id__ref = config.survey_id " +
"AND emp.emp_code IN "+getFormattedUserId(teamArgs)+" " +
"AND config.survey_id = '"+surveyId+"' " +
"AND csd_eval.eval_date BETWEEN ? AND ? " +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment