Browse Source

接口api

liulingchao 4 years ago
parent
commit
60c9e8aa5f

+ 1 - 1
dgtly-system/src/main/resources/mapper/system/SysCompanyMapper.xml

@@ -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"/>