소스 검색

优化代码

java110 5 년 전
부모
커밋
9873391e02
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      java110-db/src/main/resources/mapper/user/QuestionAnswerTitleValueServiceDaoImplMapper.xml

+ 0 - 1
java110-db/src/main/resources/mapper/user/QuestionAnswerTitleValueServiceDaoImplMapper.xml

@@ -48,7 +48,6 @@
         <if test="seq !=null and seq != ''">
             and t.seq= #{seq}
         </if>
-        order by t.seq
         GROUP BY t.value_id,t.qa_value
     </select>
     <!-- 查询答卷选项信息 add by wuxw 2018-07-03 -->