修改冲突

This commit is contained in:
yangjun 2025-11-05 16:49:23 +08:00
parent b8c035d155
commit abf9f4cd1a
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}
}