修正coutmsg的dttm时间格式。修改redis集群地址
This commit is contained in:
@@ -109,7 +109,8 @@ public class ExchangeServiceImplTest {
|
||||
@Test
|
||||
public void testMsgToXml()
|
||||
{
|
||||
Long nowtime = System.currentTimeMillis();
|
||||
String nowtime = DateTimeUtil.gtFormatStr(new Date(), "yyyyMMddHHmmss", Locale.ENGLISH);
|
||||
|
||||
MSG rqfdMsg = new MSGBuilder().
|
||||
setMETA(
|
||||
new METABuilder()
|
||||
|
||||
Reference in New Issue
Block a user