|
@ -721,7 +721,7 @@ public class ConsultController extends WeixinBaseController {
|
|
|
for (int i = 0; i < list.length(); i++) {
|
|
|
JSONObject obj = list.getJSONObject(i);
|
|
|
|
|
|
if (obj.getInt("contentType") == 5 || obj.getInt("contentType") == 6 || obj.getInt("contentType") == 7) {
|
|
|
if (obj.getInt("contentType") == 5 || obj.getInt("contentType") == 6) {
|
|
|
continue;
|
|
|
}
|
|
|
|
|
@ -778,7 +778,7 @@ public class ConsultController extends WeixinBaseController {
|
|
|
for (int i = 0; i < list.length(); i++) {
|
|
|
JSONObject obj = list.getJSONObject(i);
|
|
|
|
|
|
if (obj.getInt("contentType") == 5 || obj.getInt("contentType") == 7) {
|
|
|
if (obj.getInt("contentType") == 5) {
|
|
|
continue;
|
|
|
}
|
|
|
|