1098226878 4 éve%!(EXTRA string=óta)
szülő
commit
b18b5236d2

+ 1 - 1
java110-db/src/main/resources/mapper/report/ReportInfoAnswerValueServiceDaoImplMapper.xml

@@ -69,7 +69,7 @@ value_id,user_an_id,title_id,an_value_id,value_content,community_id,setting_id
 <if test="settingId !=null and settingId != ''">
    and av.setting_id= #{settingId}
 </if> 
-order by av.create_time desc
+order by ra.person_name,tt.title,av.create_time desc
 <if test="page != -1 and page != null ">
    limit #{page}, #{row}
 </if>