Commit a5cc7aa44e8d1b6564030f6bd457c90f97054b3e
1 parent
05464456
修改
Showing
1 changed file
with
3 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/controller/LiveApplyController.java
| ... | ... | @@ -79,6 +79,9 @@ public class LiveApplyController { |
| 79 | 79 | public ResponseBean shenheInfo(Integer id, Integer state, String msg, HttpSession session) { |
| 80 | 80 | SessionUser sessionUser = (SessionUser) session.getAttribute(SessionUser.getSessionKey()); |
| 81 | 81 | String userId = sessionUser.getUserId(); |
| 82 | + id=1; | |
| 83 | + state=1; | |
| 84 | + msg="通过"; | |
| 82 | 85 | ShyLiveapply shyliveApply = liveApplyServiceImpl.selectByPrimaryKey(id); |
| 83 | 86 | JSONObject result = null; |
| 84 | 87 | try { | ... | ... |