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