ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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 t2.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}