Compare commits

..

No commits in common. "48d2b993ae55b3a50af1988f0df65e014e463b3b" and "90aed66376eb0962b7b51a64ecb0f2090ee99cb0" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ public class TestOPPlugin extends AbstractOperationServicePlugIn {
JSONObject customerBody = assembleBody(OAUtils.l(dataEntity.getPkValue())); JSONObject customerBody = assembleBody(OAUtils.l(dataEntity.getPkValue()));
if (null != customerBody) { if (null != customerBody) {
String customerPostjson = null; String customerPostjson = null;
String str = null;
try { try {
customerPostjson = HttpClientUtils.postjson(customerUrl, customerHeader, customerBody.toJSONString()); customerPostjson = HttpClientUtils.postjson(customerUrl, customerHeader, customerBody.toJSONString());
logger.info("ICS新增/更新OA客户租户接口返回结果\n{}", customerPostjson); logger.info("ICS新增/更新OA客户租户接口返回结果\n{}", customerPostjson);