Helius
2021-12-17 bdf9983a1e03986e5304d1b87f1c6f80a5d908ed
src/main/resources/mapper/modules/DataDictionaryCustomMapper.xml
@@ -11,4 +11,8 @@
        where a.type = #{type}
    </select>
    <select id="selectDataByTypeAndCode" resultType="cc.mrbird.febs.video.entity.DataDictionaryCustom">
        select * from data_dictionary_custom
        where type=#{type} and code=#{code}
    </select>
</mapper>