Compare commits
2 Commits
5a5236feac
...
b8c035d155
| Author | SHA1 | Date |
|---|---|---|
|
|
b8c035d155 | |
|
|
a147eeb971 |
|
|
@ -343,7 +343,11 @@ public class NuBizNuCustomerServerServiceImpl extends ServiceImpl<NuBizNuCustome
|
|||
List<NuBizNuCustomerServer> directivesList = new ArrayList<>();
|
||||
for(NuBizNuCustomerServer etd : directiveList){
|
||||
if(etd.getPackageId().equals(et.getId())){
|
||||
<<<<<<< .mine
|
||||
etd.setNetImmediateFile("https://www.focusnu.com/media/upFiles/"+etd.getImmediateFile());
|
||||
=======
|
||||
getNetImages(etd);
|
||||
>>>>>>> .theirs
|
||||
directivesList.add(etd);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue