@@ -142,7 +142,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
select sc.id, sc.company_name,sc.establish_date,sc.default_img_url,sc.primary_business,sc.propaganda_img_url
from sys_company sc
where sc.id != 1 and sc.status = 0
- limit 0,5
+ limit 0,10
</select>
<select id="selectSysCompanyListExRoot" parameterType="SysCompany" resultMap="SysCompanyResult">
<include refid="selectSysCompanyVo"/>