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