| | |
| | | bt.dept_name AS deptName, |
| | | bt0.dept_name AS trainUnitName, |
| | | bu.real_name realName,bu.phone,bu.cardid idCardNo, |
| | | ke.start_time trainExamTime,if(ke.audit_status=1,ke.exam_name,"") trainExamName,ke.exam_type examType, |
| | | ke.start_time trainExamTime,if(ke.audit_status=1,ke.exam_name,"") trainExamName, |
| | | ke.exam_type examType,ke.audit_status auditStatus, |
| | | "保安证" applyCard |
| | | FROM |
| | | sys_training_registration sr |
| | |
| | | and str.cancel = 1 |
| | | and bu.is_train = 1 |
| | | and (str.train_exam_id is null or ke.audit_status = 3) |
| | | limit 0,#{number} |
| | | limit #{serialStart},#{serialEnd} |
| | | </select> |
| | | </mapper> |