金属元素外部接口优化
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user