增加log

master
DESKTOP-C3M45P4\dengdan 2024-09-10 15:43:40 +08:00
parent b197c99ca2
commit c512cea5b1
1 changed files with 1 additions and 0 deletions

View File

@ -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