zhaowenxuan
7 天以前 0892d843cd394f383ff50f480f7f22f2ec3829bc
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")