|
@ -46,7 +46,7 @@ public interface DfCheckingLineMapper extends BaseMapper<DfCheckingLine> { |
|
|
"and df.adcd like concat(#{dto.adcd}, '%') ", |
|
|
"and df.adcd like concat(#{dto.adcd}, '%') ", |
|
|
"</if>", |
|
|
"</if>", |
|
|
"<if test='dto.lineName != null and dto.lineName != \"\"'>", |
|
|
"<if test='dto.lineName != null and dto.lineName != \"\"'>", |
|
|
"and line.line_name like concat('%', #{dto.lineName}, '%') ", |
|
|
"and line.name like concat('%', #{dto.lineName}, '%') ", |
|
|
"</if>", |
|
|
"</if>", |
|
|
"<if test='dto.type != null and dto.type != \"\"'>", |
|
|
"<if test='dto.type != null and dto.type != \"\"'>", |
|
|
"and line.type = #{dto.type} ", |
|
|
"and line.type = #{dto.type} ", |
|
|