添加返回字段
This commit is contained in:
parent
00ae0f0c7c
commit
a147eeb971
|
|
@ -326,6 +326,7 @@ public class NuBizNuCustomerServerServiceImpl extends ServiceImpl<NuBizNuCustome
|
||||||
List<ConfigServiceDirectiveDto> directivesList = new ArrayList<>();
|
List<ConfigServiceDirectiveDto> directivesList = new ArrayList<>();
|
||||||
for(ConfigServiceDirectiveDto etd : directiveList){
|
for(ConfigServiceDirectiveDto etd : directiveList){
|
||||||
if(etd.getPackageId().equals(et.getId())){
|
if(etd.getPackageId().equals(et.getId())){
|
||||||
|
etd.setNetImmediateFile("https://www.focusnu.com/media/upFiles/"+etd.getImmediateFile());
|
||||||
directivesList.add(etd);
|
directivesList.add(etd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue