修改bug
This commit is contained in:
parent
abf9f4cd1a
commit
e05accf82a
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue