KKSU
2024-02-04 491372c3bffec87342f9f7f5546e2e83d5645d67
src/main/resources/mapper/modules/DataDictionaryCustomMapper.xml
@@ -53,4 +53,9 @@
            </if>
        </where>
    </update>
    <select id="selectScorePoolCntForUpdate" resultType="cc.mrbird.febs.mall.entity.DataDictionaryCustom">
        select a.* from data_dictionary_custom a
        where a.type = #{type} and a.code = #{code} for update
    </select>
</mapper>