zouhuu
2023-04-17 f04ca57f7a3d8112e6c7f5c5a4dc72f1ba9e8edc
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDictTypeServiceImpl.java
@@ -210,7 +210,7 @@
     * @return 结果
     */
    @Override
    public String checkDictTypeUnique(SysDictType dict)
    public boolean checkDictTypeUnique(SysDictType dict)
    {
        Long dictId = StringUtils.isNull(dict.getDictId()) ? -1L : dict.getDictId();
        SysDictType dictType = dictTypeMapper.checkDictTypeUnique(dict.getDictType());