Commit 5f544f96e652d89284135907e5278f2e1a3e75ad
1 parent
ff1cf6e1
update
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/controller/VideosController.java
| ... | ... | @@ -121,6 +121,7 @@ public class VideosController extends BaseController { |
| 121 | 121 | return "redirect:/users/login"; |
| 122 | 122 | } |
| 123 | 123 | Integer spid = sessionUser.getSpid(); |
| 124 | + logger.info("sp_Id:{},spid:{}",sp_Id,spid); | |
| 124 | 125 | String userId = sessionUser.getUserId(); |
| 125 | 126 | if (CommonUtils.isNull(page)) page = 1; |
| 126 | 127 | if (CommonUtils.isNull(pageSize)) pageSize = 10; | ... | ... |