Commit 38b8dd5a authored by wujiang's avatar wujiang

Merge branch 'developer' of http://36.40.66.175:5000/jxdj-zx/amos-boot-biz into developer

parents 099c7950 1769249f
...@@ -723,7 +723,7 @@ ...@@ -723,7 +723,7 @@
</select> </select>
<!-- hygf_jp_station.regional_companies_code is not null-->
<select id="selectStateCount" resultType="map"> <select id="selectStateCount" resultType="map">
SELECT SELECT
all_statuses.status, all_statuses.status,
...@@ -737,9 +737,9 @@ ...@@ -737,9 +737,9 @@
) AS all_statuses ) AS all_statuses
LEFT JOIN hygf_jp_station ON all_statuses.status = hygf_jp_station.state LEFT JOIN hygf_jp_station ON all_statuses.status = hygf_jp_station.state
<where> <where>
hygf_jp_station.regional_companies_code is not null
<if test="type!=null"> <if test="type!=null">
and hygf_jp_station.type =#{type} hygf_jp_station.type =#{type}
</if> </if>
<if test="regionalCompaniesCode!=null"> <if test="regionalCompaniesCode!=null">
and hygf_jp_station.regional_companies_code like concat('%',#{regionalCompaniesCode},'%') and hygf_jp_station.regional_companies_code like concat('%',#{regionalCompaniesCode},'%')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment