|
@ -42,6 +42,9 @@ public interface DfYhPlanMapper extends BaseMapper<DfYhPlan> { |
|
|
"<if test='dto.dikeCode != null and dto.dikeCode != \"\"'>", |
|
|
"<if test='dto.dikeCode != null and dto.dikeCode != \"\"'>", |
|
|
"AND jd.dike_code = #{dto.dikeCode} ", |
|
|
"AND jd.dike_code = #{dto.dikeCode} ", |
|
|
"</if>", |
|
|
"</if>", |
|
|
|
|
|
"<if test='dto.dikeGrad != null and dto.dikeGrad != \"\"'>", |
|
|
|
|
|
"AND jd.dike_grad = #{dto.dikeGrad} ", |
|
|
|
|
|
"</if>", |
|
|
"<if test='dto.name != null'>", |
|
|
"<if test='dto.name != null'>", |
|
|
"AND yh.name LIKE CONCAT('%',#{dto.name},'%') ", |
|
|
"AND yh.name LIKE CONCAT('%',#{dto.name},'%') ", |
|
|
"</if>", |
|
|
"</if>", |
|
|