fix
Hentua
2023-04-25 2ccfd486a7e82b71bbac81d121a7c5dae752db4d
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>