修改bug

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

View File

@ -343,7 +343,6 @@ public class NuBizNuCustomerServerServiceImpl extends ServiceImpl<NuBizNuCustome
List<NuBizNuCustomerServer> directivesList = new ArrayList<>();
for(NuBizNuCustomerServer etd : directiveList){
if(etd.getPackageId().equals(et.getId())){
etd.setNetImmediateFile("https://www.focusnu.com/media/upFiles/"+etd.getImmediateFile());
getNetImages(etd);
directivesList.add(etd);
}