|
@@ -23,7 +23,7 @@
|
|
|
group by tower_code) aotr on at.anemometer_code = aotr.tower_code
|
|
|
where 1=1 and del_state = 0
|
|
|
<if test="item.anemometerName!=null">
|
|
|
- and at.anemometer_name = #{item.anemometerName}
|
|
|
+ and at.anemometer_name like CONCAT("%", #{item.anemometerName} ,"%")
|
|
|
</if>
|
|
|
<if test="item.anemometerCode!=null">
|
|
|
and at.anemometer_code = #{item.anemometerCode}
|