Commit 74977b0f authored by tangwei's avatar tangwei

注释存储日志

parent b2360eb6
......@@ -125,7 +125,7 @@ public class GolangRequestUtil {
body(params).execute().body();
}
housepvapiRecords.setResponse(respone);
housepvapiRecordsMapper.insert(housepvapiRecords);
// housepvapiRecordsMapper.insert(housepvapiRecords);
log.info("锦浪云数据请求详情:"+JSONObject.toJSONString(housepvapiRecords));
return respone;
}
......
......@@ -253,7 +253,7 @@ public class ImasterUtils {
body(params).execute().body();
}
housepvapiRecords.setResponse(respone);
housepvapiRecordsMapper.insert(housepvapiRecords);
// housepvapiRecordsMapper.insert(housepvapiRecords);
log.info("华为数据请求详情:"+JSONObject.toJSONString(housepvapiRecords));
return respone;
}
......
......@@ -133,7 +133,7 @@ public class KsolarRequestUtil {
body(params).execute().body();
}
housepvapiRecords.setResponse(respone);
housepvapiRecordsMapper.insert(housepvapiRecords);
// housepvapiRecordsMapper.insert(housepvapiRecords);
log.info("科士达数据请求详情:"+JSONObject.toJSONString(housepvapiRecords));
return respone;
}
......
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