智慧保安后台管理-外网项目备份
Administrator
2021-12-09 0d084ca2ac3c2571219c263fba9f5f813a714e49
制证申请导出修改
1 files modified
2 ■■■■■ changed files
src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml 2 ●●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml
@@ -45,6 +45,8 @@
        sj.id = si.jurisdiction
        WHERE
            1=1
        and bu.status = 1
        and bu.is_deleted = 0
        <if test="accreditationRecords.deptName!=null and  accreditationRecords.deptName!=''">
            and bt.dept_name like concat('%', #{accreditationRecords.deptName},'%')
        </if>