1.现场监督计划调整
This commit is contained in:
@@ -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方式进行调用
|
||||
|
||||
Reference in New Issue
Block a user