Commit e821cb5b authored by m1991's avatar m1991

资讯模块数据——视频功能修复

parent 459df4dd
...@@ -320,7 +320,7 @@ public class UploadServiceImpl implements UploadService { ...@@ -320,7 +320,7 @@ public class UploadServiceImpl implements UploadService {
public List selectPage(Integer pageNum, Integer pageSize) { public List selectPage(Integer pageNum, Integer pageSize) {
List<shopZx> shopZxList = shopZxMapper.selectPage(pageNum,pageSize); List<shopZx> shopZxList = shopZxMapper.selectPage(pageNum,pageSize);
for (shopZx shopZx : shopZxList) { for (shopZx shopZx : shopZxList) {
String imgUrl = shopZx.getImgUrl(); String imgUrl = shopZx.getZxUrl();
String[] split = StringUtils.split(imgUrl, ","); String[] split = StringUtils.split(imgUrl, ",");
if (null != split){ if (null != split){
List<String> strings = Arrays.asList(split); List<String> strings = Arrays.asList(split);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment