Commit b863c77b authored by hezhen's avatar hezhen

123

parent a79fef1d
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
c.addr_city as addrCity, c.addr_city as addrCity,
c.city_name as cityName, c.city_name as cityName,
c.addr_town as addrTown, c.addr_town as addrTown,
c.towm_name as townName, c.town_name as townName,
b.cover, b.cover,
b.id, b.id,
b.`name`, b.`name`,
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
LEFT JOIN company_base b ON c.company_base_id=b.id LEFT JOIN company_base b ON c.company_base_id=b.id
LEFT JOIN branch_company_stock_info_right r ON c.company_base_id=r.company_base_id LEFT JOIN branch_company_stock_info_right r ON c.company_base_id=r.company_base_id
<where> <where>
b.is_del=0 b.is_del=0
<if test="zoneId != null and zoneId !='' "> <if test="zoneId != null and zoneId !='' ">
and c.zone_id = #{zoneId} and c.zone_id = #{zoneId}
</if> </if>
......
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