| src/main/java/org/springblade/modules/accreditation/mapper/AccreditationRecordsMapper.xml | ●●●●● 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>