赵文轩
2024-06-18 23e4ff8b85cc7e9de80912c33df40635a1cf5575
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")