xiaoyong931011
2022-12-08 8b7e2c47b56bfe506ffd32b4f6268c5525248d7f
src/main/resources/mapper/dapp/DataDictionaryCustomMapper.xml
@@ -37,7 +37,6 @@
    <select id="selectDicDataByTypeAndCodeAndDesc" resultType="cc.mrbird.febs.dapp.entity.DataDictionaryCustom">
        select * from data_dictionary_custom a
        where a.type=#{type}
          and a.code=#{code}
          and a.description=#{description}
    </select>
</mapper>