src/main/java/com/highdatas/mdm/controller/MasterAuthorController.java
@@ -129,7 +129,7 @@ @RequestMapping(value = "/delete/{characterId}", method = RequestMethod.GET) public Result delete(@PathVariable String characterId, @RequestParam MasterAuthorType type){ List<MasterAuthor> masterAuthorList = authorService.selectList(new EntityWrapper<MasterAuthor>() .eq(Constant.TYPE, type).eq(this.characterId, characterId)); .eq(Constant.TYPE, type).eq(this.character_id, characterId)); if (masterAuthorList.isEmpty()) { return Result.success(null); }