提交 8b2ad21e authored 作者: wudepeng's avatar wudepeng

full activity

上级 27a516a0
...@@ -220,6 +220,11 @@ public class ActivityController { ...@@ -220,6 +220,11 @@ public class ActivityController {
} }
} }
if (!exist){
map.put("message",activity.getContent());
return new Result(map);
}
BigDecimal lessAmount; BigDecimal lessAmount;
String discount; String discount;
for (Condition con : conList) { for (Condition con : conList) {
...@@ -276,10 +281,6 @@ public class ActivityController { ...@@ -276,10 +281,6 @@ public class ActivityController {
} }
} }
if (!exist){
msg.delete(0,msg.length());
msg.append(activity.getContent());
}
map.put("message", msg); map.put("message", msg);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论