xiaoyong931011
2022-10-29 e7c3f6bbcc4dd37bc931f40fb6eef475272117eb
src/main/resources/mapper/dapp/DataDictionaryCustomMapper.xml
@@ -33,4 +33,11 @@
            </if>
        </where>
    </update>
    <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>