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>