Compare commits
No commits in common. "48d2b993ae55b3a50af1988f0df65e014e463b3b" and "90aed66376eb0962b7b51a64ecb0f2090ee99cb0" have entirely different histories.
48d2b993ae
...
90aed66376
fi/fi/shkd-fi-fi-plugin/src/main/java/shkd/repc/recon/opplugin
|
@ -62,7 +62,6 @@ public class TestOPPlugin extends AbstractOperationServicePlugIn {
|
|||
JSONObject customerBody = assembleBody(OAUtils.l(dataEntity.getPkValue()));
|
||||
if (null != customerBody) {
|
||||
String customerPostjson = null;
|
||||
String str = null;
|
||||
try {
|
||||
customerPostjson = HttpClientUtils.postjson(customerUrl, customerHeader, customerBody.toJSONString());
|
||||
logger.info("ICS新增/更新OA客户租户接口返回结果:\n{}", customerPostjson);
|
||||
|
|
Loading…
Reference in New Issue