xiaoyong931011
2022-10-31 9d2febb90dab7ca0de3d8db1bc045de9f1a5a3b9
src/main/resources/mapper/dapp/DataDictionaryCustomMapper.xml
@@ -33,4 +33,10 @@
            </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.description=#{description}
    </select>
</mapper>