修改冲突
This commit is contained in:
parent
b8c035d155
commit
abf9f4cd1a
|
|
@ -343,11 +343,8 @@ public class NuBizNuCustomerServerServiceImpl extends ServiceImpl<NuBizNuCustome
|
||||||
List<NuBizNuCustomerServer> directivesList = new ArrayList<>();
|
List<NuBizNuCustomerServer> directivesList = new ArrayList<>();
|
||||||
for(NuBizNuCustomerServer etd : directiveList){
|
for(NuBizNuCustomerServer etd : directiveList){
|
||||||
if(etd.getPackageId().equals(et.getId())){
|
if(etd.getPackageId().equals(et.getId())){
|
||||||
<<<<<<< .mine
|
|
||||||
etd.setNetImmediateFile("https://www.focusnu.com/media/upFiles/"+etd.getImmediateFile());
|
etd.setNetImmediateFile("https://www.focusnu.com/media/upFiles/"+etd.getImmediateFile());
|
||||||
=======
|
|
||||||
getNetImages(etd);
|
getNetImages(etd);
|
||||||
>>>>>>> .theirs
|
|
||||||
directivesList.add(etd);
|
directivesList.add(etd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue