金属元素外部接口优化

This commit is contained in:
liss
2025-10-24 16:59:25 +08:00
parent df237e1a44
commit 4d654d9774
6 changed files with 8 additions and 13 deletions

View File

@@ -290,7 +290,7 @@ public class ErpCompanyServiceImpl implements ErpCompanyService {
@Override
public String test2() {
ElementDTO respVO = new ElementDTO();
CommonResult<List<ElementDTO>> dtos = baseApi.getElementNoPage(respVO);
CommonResult<List<ElementDTO>> dtos = baseApi.getElementNoPage();
return dtos.toString();
}
}