|
@@ -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="updatedBy != null and updatedBy != ''"> and UPDATED_BY = #{updatedBy}</if>
|
|
|
<if test="updatedTime != null "> and UPDATED_TIME = #{updatedTime}</if>
|
|
<if test="updatedTime != null "> and UPDATED_TIME = #{updatedTime}</if>
|
|
|
</where>
|
|
</where>
|
|
|
|
|
+ limit 1,10
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="selectInsuranceArrangementById" parameterType="String" resultMap="InsuranceArrangementResult">
|
|
<select id="selectInsuranceArrangementById" parameterType="String" resultMap="InsuranceArrangementResult">
|