Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
潘荣晟
2025-10-24 17:14:12 +08:00
7 changed files with 9 additions and 15 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();
}
}