优化增加日志
This commit is contained in:
parent
e5e1530a2b
commit
a2a8abe190
|
@ -147,7 +147,9 @@ public class AfterApproveSyncPLMRule implements IRule<PMOAggVO> {
|
|||
plmBaseUrl = configParams.get("plmBaseUrl");
|
||||
plmUser = configParams.get("plmUser");
|
||||
token = getToken();
|
||||
logDl.info("请求参数 :"+jsonArrayStr);
|
||||
String responseString= this.doPost(plmBaseUrl+pmourl,jsonArrayStr);
|
||||
logDl.info("返回结果 :"+responseString);
|
||||
Gson gson = new Gson();
|
||||
Map result = gson.fromJson(responseString, Map.class);
|
||||
if (!result.get("success").toString().equals("true")) {
|
||||
|
|
Loading…
Reference in New Issue