@ -142,7 +142,7 @@ public class DoctorQuickReplyService extends BaseService {
if (reply == null) {
return -1;
}
reply.setSort(i + 1);
reply.setSort(ids.length - i);
return 1;