Commit aecddf5d authored by haoyanhui's avatar haoyanhui

方法整理&优化

parent fee920e4
...@@ -1824,7 +1824,7 @@ public class ManualToolService implements CommonSuperService { ...@@ -1824,7 +1824,7 @@ public class ManualToolService implements CommonSuperService {
continue; continue;
} }
tmpArry = reqIdMsg.split("[=]"); tmpArry = reqIdMsg.split("[=]");
oldD3_reqIdMap.put(tmpArry[1], tmpArry[0]); oldD3_reqIdMap.put(tmpArry[0], tmpArry[1]);
} }
log.info("newD3ReplaceReqId listSize: {} , mapSize: {} ", oldD3ReqIdFileList.size(), oldD3_reqIdMap.size()); log.info("newD3ReplaceReqId listSize: {} , mapSize: {} ", oldD3ReqIdFileList.size(), oldD3_reqIdMap.size());
oldD3ReqIdFileList = null; oldD3ReqIdFileList = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment