zhaowenxuan
2024-10-12 a7984ee3e52625f8df474fb2f8f5478451ffefa3
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);