Commit 7ce0a5b5 authored by qinxunjia's avatar qinxunjia

处理bug

parent 35c1f910
...@@ -431,9 +431,9 @@ public class MessageServiceImpl implements MessageService { ...@@ -431,9 +431,9 @@ public class MessageServiceImpl implements MessageService {
json.remove("id"); json.remove("id");
json.remove("_audienceId"); json.remove("_audienceId");
mobileList.add(mobile); mobileList.add(mobile);
List<String> list = new ArrayList<>();
if (!json.isEmpty()) { if (!json.isEmpty()) {
for (Object parm : paramsArr) { for (Object parm : paramsArr) {
List<String> list = new ArrayList<>();
String s = parm.toString(); String s = parm.toString();
for (String key : keys) { for (String key : keys) {
String newKey = key; String newKey = key;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment