智慧保安后台管理-外网项目备份
guoshilong
2024-01-10 2fde25922c84f41e482f473f508a08f5fc3cdf23
发证时间查询
1 files modified
3 ■■■■■ changed files
src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml 3 ●●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml
@@ -33,6 +33,9 @@
        WHERE  1=1
        and bu.status = 1
        and bu.is_deleted = 0
        <if test="accreditationRecords.userPaperTime != null and accreditationRecords.userPaperTime !=''">
            AND DATE_FORMAT(bu.paper_time,'%Y-%m-%d')  = #{accreditationRecords.userPaperTime}
        </if>
        <if test="accreditationRecords.deptName!=null and  accreditationRecords.deptName!=''">
            and bt.dept_name like concat('%', #{accreditationRecords.deptName},'%')
        </if>