parent
3294e5eabf
commit
e7961e9bc9
|
@ -182,6 +182,7 @@ public class BIPService {
|
|||
}
|
||||
JSONObject resultJson = new JSONObject();
|
||||
processFloor(resultJson, "data", floors.get(0), floors);
|
||||
logger.info("调用接口系统:{}\n调用接口单据:{}\n调用JSON:{}", systemName, dynamic, resultJson);
|
||||
return resultJson;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue