Commit c018c448 authored by libin's avatar libin

Merge branch 'master-ucc-feature'

parents 98df51af b00de8a7
......@@ -91,6 +91,6 @@
<if test="cityCode != null">
AND `addr_city`=#{cityCode}
</if>
) AS `cb` ON cb.id = bc.company_base_id ORDER BY `id`
) AS `cb` ON cb.id = bc.company_base_id ORDER BY bc.id
</select>
</mapper>
\ No newline at end of file
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