|
|
@ -170,8 +170,8 @@ public interface BsSgcDfSafeJbxxMapper extends BaseMapper<BsSgcDfSafeJbxx> { |
|
|
|
"<if test='dto.dikeType != null and dto.dikeType != \"\"'>", |
|
|
|
"and df.dike_type = #{dto.dikeType} ", |
|
|
|
"</if>", |
|
|
|
"<if test='dto.adcd != null and dto.adcd != \"\"'>", |
|
|
|
"and df.adcd like concat(#{dto.adcd}, '%') ", |
|
|
|
"<if test='dto.adcdQx != null and dto.adcdQx != \"\"'>", |
|
|
|
"and df.adcd like concat(#{dto.adcdQx}, '%') ", |
|
|
|
"</if>", |
|
|
|
"and EXISTS (SELECT 1 FROM bs_sgc_df_xslx line WHERE line.dike_code = df.dike_code ", |
|
|
|
"<if test='dto.lineName != null and dto.lineName != \"\"'>", |
|
|
|