Commit a5cc7aa44e8d1b6564030f6bd457c90f97054b3e

Authored by liwei2917
1 parent 05464456

修改

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 {
... ...