| | |
| | | DBMS_LOB.SUBSTR(report.video_urls) videoUrls, |
| | | de.device_name, |
| | | de.device_type, |
| | | <!-- userR.approval_status, --> |
| | | userR.approval_status, |
| | | dict."DICT_VALUE" as typeName, |
| | | si.control_unit,si.self_unit,dria."county_cd" |
| | | FROM |
| | |
| | | and si.CONTROL_UNIT=#{dto.userUnit} |
| | | </if> |
| | | <if test="dto.roleUnit != null and dto.roleUnit != ''"> |
| | | and userR.role_id=#{dto.roleUnit} |
| | | and userR.role_id=#{dto.roleUnit} and report.audit_person = #{dto.roleUnit} |
| | | </if> |
| | | <!-- AND userR.is_his = 0 --> |
| | | <if test="dto.projectName != null and dto.projectName != ''"> |