Commit 5b21ca59 by liyanlin

fix

parent 3102adaf
...@@ -48,9 +48,9 @@ public class OrderCommentLabelController { ...@@ -48,9 +48,9 @@ public class OrderCommentLabelController {
commonLabel.addAll(map.get(0)); commonLabel.addAll(map.get(0));
} }
map.remove(0); map.remove(0);
map.forEach((id, commentLabelListVar) -> { /*map.forEach((id, commentLabelListVar) -> {
commentLabelListVar.addAll(commentLabelList); commentLabelListVar.addAll(commentLabelList);
}); });*/
return JsonResult.success(map); return JsonResult.success(map);
} }
} }
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