|
|
@@ -83,7 +83,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<include refid="selectInspectionVo"/> |
|
|
|
<where> |
|
|
|
<if test="1 == 1"> and mark = 1 </if> |
|
|
|
<if test="request.key != null and request.key != ''"> and ((code like concat('%', #{request.code}, '%')) or (name like concat('%', #{request.name}, '%'))) </if> |
|
|
|
<if test="request.code != null and request.code != ''"> and code like concat('%', #{request.code}, '%') </if> |
|
|
|
<if test="request.airportId != null and request.airportId != 0"> and airport_id = #{request.inspectionLine} </if> |
|
|
|
<if test="request.inspectionLine != null and request.inspectionLine != 0"> and inspection_line = #{request.inspectionLine} </if> |
|
|
|
<if test="request.type != null and request.type != 0"> and type = #{request.type} </if> |