generated from root/miduo_server
增加log
parent
b197c99ca2
commit
c512cea5b1
|
@ -95,6 +95,7 @@ public class ActivityController {
|
|||
@PostMapping(value = "/updateARBActivity")
|
||||
public @ResponseBody int
|
||||
updateARBActivity(@RequestBody ARBActivity activity) throws Exception {
|
||||
LOGGER.error("updateARBActivity info" + activity);
|
||||
// 存库
|
||||
activityDao.uporsetActivity(activity);
|
||||
// 放入redis
|
||||
|
|
Loading…
Reference in New Issue