Commit 8dd2ab1f authored by liuChang's avatar liuChang

集团中标业绩

parent ad80560a
...@@ -60,7 +60,7 @@ public class JskCombineInfoService { ...@@ -60,7 +60,7 @@ public class JskCombineInfoService {
} }
public TableDataInfo businessList(JskCombineSearchDto dto) throws Exception { public TableDataInfo businessList(JskCombineSearchDto dto) throws Exception {
Map<String, Object> map = dskOpenApiUtil.requestBody("/operate/combine/businessList", BeanUtil.beanToMap(dto, false, false)); Map<String, Object> map = dskOpenApiUtil.requestBody("/nationzj/project/combine/projectList", BeanUtil.beanToMap(dto, false, false));
if (!ObjectUtils.isEmpty(map.get("data"))) { if (!ObjectUtils.isEmpty(map.get("data"))) {
Map<String, Object> data = BeanUtil.beanToMap(map.get("data")); Map<String, Object> data = BeanUtil.beanToMap(map.get("data"));
if (!ObjectUtils.isEmpty(data.get("list"))) { if (!ObjectUtils.isEmpty(data.get("list"))) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment