| | |
| | | </select> |
| | | |
| | | |
| | | <!--导出保安员证信息--> |
| | | <!--导出保安员证信息(上岗证)--> |
| | | <select id="exportSecurityPaperList" resultType="org.springblade.modules.accreditation.vo.AccreditationRecordsVo"> |
| | | SELECT |
| | | sar.*, |
| | |
| | | <if test="accreditationRecords.isAvatar==2"> |
| | | and (bu.avatar is null or bu.avatar="") |
| | | </if> |
| | | <if test="accreditationRecords.auditStatus!=null"> |
| | | and sar.audit_status = #{accreditationRecords.auditStatus} |
| | | </if> |
| | | <if test="accreditationRecords.startTime!=null and accreditationRecords.startTime!='' and accreditationRecords.startTime!='undefined'"> |
| | | and sar.create_time >= #{accreditationRecords.startTime} |
| | | </if> |