|
@ -144,10 +144,10 @@ public interface BsSgcDfJbxxMapper extends BaseMapper<BsSgcDfJbxx> { |
|
|
"SELECT dike_code , dike_name ", |
|
|
"SELECT dike_code , dike_name ", |
|
|
"FROM bs_sgc_df_gcda where expr_date is null ", |
|
|
"FROM bs_sgc_df_gcda where expr_date is null ", |
|
|
"<if test='dfProject.riverLocation != null and dfProject.riverLocation != \"\"'>", |
|
|
"<if test='dfProject.riverLocation != null and dfProject.riverLocation != \"\"'>", |
|
|
"AND df.river_location = #{dfProject.riverLocation} ", |
|
|
"AND river_location = #{dfProject.riverLocation} ", |
|
|
"</if>", |
|
|
"</if>", |
|
|
"<if test='dfProject.adcd != null and dfProject.adcd != \"\"'>", |
|
|
"<if test='dfProject.adcd != null and dfProject.adcd != \"\"'>", |
|
|
"AND df.adcd = #{dfProject.adcd} ", |
|
|
"AND adcd = #{dfProject.adcd} ", |
|
|
"</if>", |
|
|
"</if>", |
|
|
"order by dike_name ", |
|
|
"order by dike_name ", |
|
|
"</script>" |
|
|
"</script>" |
|
|