Commit dfb3a7cc authored by tangwei's avatar tangwei

修改bug

parent f0732439
...@@ -690,7 +690,7 @@ public class CommandController extends BaseController { ...@@ -690,7 +690,7 @@ public class CommandController extends BaseController {
//现场照片 待完成, //现场照片 待完成,
orgUsrzhDto.setBuildId("1394543471569850369");;
//平面图。待完成orgUsrzhDto.getBuildId() //平面图。待完成orgUsrzhDto.getBuildId()
if(orgUsrzhDto!=null&&orgUsrzhDto.getBuildId()!=null) { if(orgUsrzhDto!=null&&orgUsrzhDto.getBuildId()!=null) {
List<Map<String,Object>> list= equipFeignClient.findImgByFileCategory(orgUsrzhDto.getBuildId(),"fourImg").getResult(); List<Map<String,Object>> list= equipFeignClient.findImgByFileCategory(orgUsrzhDto.getBuildId(),"fourImg").getResult();
......
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