1.现场监督计划调整

This commit is contained in:
2024-11-29 16:35:10 +08:00
parent 401195fc7b
commit 8f57310625
7 changed files with 53 additions and 14 deletions

View File

@@ -47,7 +47,7 @@ public class GwSendUtil {
cb = new ContentBody("");
} else {
String s = JSONObject.toJSONStringWithDateFormat(param, JSON.DEFFAULT_DATE_FORMAT);
log.info(Thread.currentThread().getName() + "1.信息:" + s);
log.info(Thread.currentThread().getName() + "1.上送网公司信息:" + s);
cb = new ContentBody(s);
}
//ContentBody传递要求使用post方式进行调用