linwe
2023-11-12 972ab6788b6f45f819269f1964cad53186cf2c60
标签报事+通知公告
1 files modified
3 ■■■■■ changed files
src/main/java/org/springblade/modules/task/mapper/TaskLabelReportingEventMapper.xml 3 ●●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/task/mapper/TaskLabelReportingEventMapper.xml
@@ -38,6 +38,9 @@
        <if test="taskLabelReportingEvent.userId != null and taskLabelReportingEvent.userId != ''">
            AND user_id = #{taskLabelReportingEvent.userId}
        </if>
        <if test="taskLabelReportingEvent.eventType != null and taskLabelReportingEvent.eventType != ''">
            AND event_type = #{taskLabelReportingEvent.eventType}
        </if>
    </select>