eason.qian 8 years ago
parent 71774b7c9d
commit aa9d5d09d0

@ -78,8 +78,8 @@ public class AppQueryBean {
} }
} }
params.put("status", status.toString()); params.put("status", status.getStatus());
params.put("channel", channel.toString()); params.put("channel", channel.getChannels());
if (client_ids != null) { if (client_ids != null) {
params.put("client_ids", client_ids); params.put("client_ids", client_ids);
} }

Loading…
Cancel
Save