瀏覽代碼

接口api

liulingchao 4 年之前
父節點
當前提交
60c9e8aa5f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dgtly-system/src/main/resources/mapper/system/SysCompanyMapper.xml

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