zjh
2024-06-24 39c2e5287bbe928a7eaac94f7c0687e92a4f5b96
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")