| | |
| | | |
| | | if (feedback.getStatus()==1){ |
| | | Wj wj = new Wj(); |
| | | if (feedback.getSpaddress() != null && feedback.getSpaddress()!="") { |
| | | if (feedback.getSpaddress().length()>0) { |
| | | //获取视频地址 |
| | | String[] splitsp = feedback.getSpaddress().split(",");//以逗号分割 |
| | | for (String string2 : splitsp) { |
| | |
| | | iWjService.insertfeed(wj); |
| | | } |
| | | } |
| | | if (feedback.getTpaddress() != null && feedback.getTpaddress()!="") { |
| | | if (feedback.getTpaddress().length()>0) { |
| | | //图片 |
| | | String[] splittp = feedback.getTpaddress().split(",");//以逗号分割 |
| | | for (String string3 : splittp) { |