Commit b863c77b authored by hezhen's avatar hezhen

123

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