zhaowenxuan
2024-09-18 9f68e668140047bb2a41f53c522e8dc829b99713
ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjSurveyQuestionService.java
@@ -61,7 +61,7 @@
     * @param qid 问卷问题主键
     * @return 结果
     */
    public int deleteTjSurveyQuestionByQid(String qid);
    public int deleteTjSurveyQuestionByQid(Long qid);
    List<TjSurveyTempQues> selectOptionsByMid(String mid);