| | |
| | | package com.yeshi.buwan.service.imp; |
| | | |
| | | import com.yeshi.buwan.dao.VideoResourceDao; |
| | | import com.yeshi.buwan.domain.LeShiAccount; |
| | | import com.yeshi.buwan.domain.VideoInfo; |
| | | import com.yeshi.buwan.domain.VideoResource; |
| | | import com.yeshi.buwan.util.StringUtil; |
| | |
| | | videoResourceDao.update(re); |
| | | } |
| | | |
| | | public String resourceListToJson(List<VideoResource> list, List<LeShiAccount> accountList) { |
| | | public String resourceListToJson(List<VideoResource> list) { |
| | | JSONObject object = new JSONObject(); |
| | | JSONArray array = new JSONArray(); |
| | | VideoResource vr; |