src/main/kotlin/com/flightfeather/grid/service/ClueQuestionService.kt
@@ -18,7 +18,7 @@ * @param deleteImg 删除的图片路径数组 * @param files 图片 */ fun updateQuestionAndImage(question: String, deleteImg: String, files: Array<MultipartFile>): Boolean fun updateQuestionAndImage(question: String, deleteImg: String?, files: Array<MultipartFile>?): Boolean /** * 删除线索问题及图片