소스 검색

数据服务代码提交

kouchengxing 5 년 전
부모
커밋
32b1e081e3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dgtis-modules/dgtis-modules-data-service/src/main/resources/mapper/InsuranceArrangementMapper.xml

+ 1 - 0
dgtis-modules/dgtis-modules-data-service/src/main/resources/mapper/InsuranceArrangementMapper.xml

@@ -134,6 +134,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="updatedBy != null  and updatedBy != ''"> and UPDATED_BY = #{updatedBy}</if>
             <if test="updatedTime != null "> and UPDATED_TIME = #{updatedTime}</if>
         </where>
+        limit 1,10
     </select>
     
     <select id="selectInsuranceArrangementById" parameterType="String" resultMap="InsuranceArrangementResult">