修改冲突
This commit is contained in:
parent
b8c035d155
commit
abf9f4cd1a
|
|
@ -343,11 +343,8 @@ 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