http://jira.mfd.msk:8088/browse/BKI-3207 Added with ur for all indic mappers

This commit is contained in:
Mikhail Trofimov 2025-09-15 16:22:44 +03:00
parent f34a7be0a1
commit f921b25453
3 changed files with 6 additions and 0 deletions

View file

@ -31,6 +31,7 @@
</foreach>
GROUP BY FID, ACC_SERIAL_NUM) rp
GROUP BY rp.FID, rp.ACC_SERIAL_NUM, rp.MAX_REP_DATE
WITH UR
</select>
<select id="findFlag90ByPastDueArrear" resultMap="FlagsFidDataResultMap">
@ -52,6 +53,7 @@
</foreach>
GROUP BY FID, DAYS_PAST_DUE) rp
GROUP BY rp.FID, rp.DAYS_PAST_DUE
WITH UR
</select>
<select id="findFlag90ByRuPaymt" resultMap="FlagsFidDataResultMap">
@ -73,5 +75,6 @@
</foreach>
GROUP BY FID, DAYS_PAST_DUE) rp
GROUP BY rp.FID, rp.DAYS_PAST_DUE
WITH UR
</select>
</mapper>

View file

@ -31,6 +31,7 @@
<foreach item="fid" collection="fids" open="(" separator="," close=")">
#{fid}
</foreach>
WITH UR
</select>
<select id="findPassportData" resultMap="passportDataResultMap" resultType="java.util.List">
@ -40,6 +41,7 @@
<foreach item="fid" collection="fids" open="(" separator="," close=")">
#{fid}
</foreach>
WITH UR
</select>
</mapper>

View file

@ -20,5 +20,6 @@
#{phone}
</foreach>
ORDER BY fileSinceDate DESC, fid DESC
WITH UR
</select>
</mapper>