zhongrj
2024-03-11 7f3ee212eb210aba3a7da7d2cb4a8d1af2f56116
src/main/java/org/springblade/modules/task/mapper/TaskBailReportingEventMapper.xml
@@ -37,6 +37,9 @@
    <select id="selectTaskBailReportingEventPage" resultMap="taskBailReportingEventResultMap">
        select * from jczz_task_bail_reporting_event where is_deleted = 0
        <if test="taskBailReportingEvent.checkUserId != null and taskBailReportingEvent.checkUserId != ''">
            AND check_user_id = #{taskBailReportingEvent.checkUserId}
        </if>
    </select>