generated from root/miduo_server
增加log
parent
d5945166bb
commit
ee4a5dd15c
|
|
@ -95,6 +95,7 @@ public class ActivityController {
|
||||||
@PostMapping(value = "/updateARBActivity")
|
@PostMapping(value = "/updateARBActivity")
|
||||||
public @ResponseBody int
|
public @ResponseBody int
|
||||||
updateARBActivity(@RequestBody ARBActivity activity) throws Exception {
|
updateARBActivity(@RequestBody ARBActivity activity) throws Exception {
|
||||||
|
LOGGER.error("updateARBActivity ---------------- ");
|
||||||
// 删除旧缓存
|
// 删除旧缓存
|
||||||
ARBActivity oldActivity = activityDao.findOneActivity(activity.getId());
|
ARBActivity oldActivity = activityDao.findOneActivity(activity.getId());
|
||||||
for (String serverId : oldActivity.getServerIds()) {
|
for (String serverId : oldActivity.getServerIds()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue