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 /** * 删除线索问题及图片 @@ -50,7 +50,7 @@ * 获取线索问题 * @param clueId */ fun getClueQuestion(clueId: String): List<ClueQuestion?> fun getClueQuestion(clueId: String, internal: Boolean?): List<ClueQuestion?> /** * 推送线索问题及图片至第三方