修改人:邹江涛

修改内容:API映射公共单据
修改时间:2024/11/19
This commit is contained in:
zoujiangtao 2024-11-19 15:02:19 +08:00
parent 3294e5eabf
commit e7961e9bc9
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ public class BIPService {
} }
JSONObject resultJson = new JSONObject(); JSONObject resultJson = new JSONObject();
processFloor(resultJson, "data", floors.get(0), floors); processFloor(resultJson, "data", floors.get(0), floors);
logger.info("调用接口系统:{}\n调用接口单据{}\n调用JSON{}", systemName, dynamic, resultJson);
return resultJson; return resultJson;
} }