Kaynağa Gözat

优化代码

java110 5 yıl önce
ebeveyn
işleme
9873391e02

+ 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 -->