zjh
2025-01-10 308589effc0fe60876a5794571ede0c211cc828c
ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjSurveyQuestionMapper.java
@@ -69,7 +69,7 @@
     * @param qid 问卷问题主键
     * @return 结果
     */
    public int deleteTjSurveyQuestionByQid(String qid);
    public int deleteTjSurveyQuestionByQid(Long qid);
    public int deleteTjSurveyQuestionByMid(Long mid);
@@ -105,7 +105,7 @@
     * @param qid 问卷问题ID
     * @return 结果
     */
    public int deleteTjSurveyOptionsByQid(String qid);
    public int deleteTjSurveyOptionsByQid(Long qid);
    @Select("SELECT * FROM tj_survey_temp_ques a WHERE a.mid=#{mid} AND a.deleted=0")