Quellcode durchsuchen

数据服务代码提交

kouchengxing vor 4 Jahren
Ursprung
Commit
32b1e081e3

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