fangyuan
2022-11-30 e9d5752c34f2bec0d44da21e0d0e6804af8945d7
ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
@@ -216,7 +216,7 @@
                and t1.state=#{queryForViolationParam.state}
            </if>
            <if test="queryForViolationParam.carNumber != null and  queryForViolationParam.carNumber!=''">
                and t1.car_umber like concat('%',#{queryForViolationParam.carNumber},'%')
                and t2.car_number like concat('%',#{queryForViolationParam.carNumber},'%')
            </if>
            <if test="queryForViolationParam.videoPointId != null">
                and t1.video_point_id=#{queryForViolationParam.videoPointId}
@@ -238,7 +238,8 @@
            t4.pic_data,
            t5.`name` as grade,
            t6.`name` as street,
            t7.`name` as community
            t7.`name` as community,
            t1.alarm_time as alarmTime
        FROM
            ums_base_case t1
                LEFT JOIN ums_violations t2 ON t1.id = t2.id