Commit ac9a610f6ca66842f88e97b75bff0fb0f2d7ffa8

Authored by liwei2917
1 parent c4bea33f

频道修改

src/main/java/com/cnlive/shenhe/api/ChannelControllerApi.java
@@ -60,7 +60,7 @@ public class ChannelControllerApi { @@ -60,7 +60,7 @@ public class ChannelControllerApi {
60 // shyChannel1.setUpdater(null); 60 // shyChannel1.setUpdater(null);
61 shyChannel1.setOffline(0);//是否下线 0表示正常 1表示下线 61 shyChannel1.setOffline(0);//是否下线 0表示正常 1表示下线
62 shyChannel1.setUpdated_at(CommonUtils.getCurrentTime()); 62 shyChannel1.setUpdated_at(CommonUtils.getCurrentTime());
63 - channelService.getShenheType(shyChannel); 63 + channelService.getShenheType(shyChannel1);
64 boolean YorN = channelService.updateshyChannel(shyChannel1); 64 boolean YorN = channelService.updateshyChannel(shyChannel1);
65 if (YorN == true) { 65 if (YorN == true) {
66 return new ResponseBean(ErrorEnum.SUCCESS.getErrorCode(),"审核请求收到成功"); 66 return new ResponseBean(ErrorEnum.SUCCESS.getErrorCode(),"审核请求收到成功");