Browse Source

修改

master_tdsql
zhuyulei 1 year ago
parent
commit
6cd78876f3
  1. 2
      shuili-system/src/main/resources/mapper/yg/sz/BsSgcSzBzbpMapper.xml

2
shuili-system/src/main/resources/mapper/yg/sz/BsSgcSzBzbpMapper.xml

@ -23,7 +23,7 @@
sluice_name like concat('%', #{sluiceName}, '%')
</if>
<if test="adcd != null and adcd != ''">
and adcd = #{adcd}
and adcd like concat(#{adcd},'%')
</if>
</where>
GROUP BY sluice_code

Loading…
Cancel
Save