| | |
| | | SELECT * FROM yw_evaluate_candidate_result ${ew.customSqlSegment} |
| | | </select> |
| | | |
| | | <select id="exportDeptResultGroupExcel" resultType="org.springblade.modules.evaluate.excel.DeptResultGroupExcel"> |
| | | SELECT *,count(*) voteNum FROM yw_evaluate_candidate_result ${ew.customSqlSegment} |
| | | </select> |
| | | |
| | | <select id="exportEmployeeResultGroupExcel" resultType="org.springblade.modules.evaluate.excel.EmployeeResultGroupExcel"> |
| | | select b.category_name,b.standard,a.user_name,a.dept_name,a.post_name,count(*) voteNum from yw_evaluate_candidate_result a |
| | | LEFT JOIN yw_evaluate_task_category b ON (a.evaluate_task_category_id = b.id) |
| | | ${ew.customSqlSegment} |
| | | </select> |
| | | |
| | | </mapper> |