|
|
@@ -220,7 +220,8 @@
|
|
|
and a.create_time between #{hlwCompany.createTimeBegin} and #{hlwCompany.createTimeEnd}
|
|
|
</if>
|
|
|
<if test="hlwCompany.provinceCityCountry != null and hlwCompany.provinceCityCountry != ''">
|
|
|
- AND a.province_city_country LIKE concat('%',#{hlwCompany.provinceCityCountry},'%')
|
|
|
+ AND (a.province_city_country LIKE concat('%',#{hlwCompany.provinceCityCountry},'%')
|
|
|
+ or a.address LIKE concat('%',#{hlwCompany.provinceCityCountry},'%'))
|
|
|
</if>
|
|
|
</where>
|
|
|
group by a.id
|