Compare commits

..

No commits in common. "b8c035d155a3ef1dd351f0caad28528d98bc1437" and "5a5236feacd9574f1a7bef7b9039bc8af85e0bbf" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -343,11 +343,7 @@ 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);
}
}