修正coutmsg的dttm时间格式。修改redis集群地址
This commit is contained in:
@@ -29,7 +29,7 @@ public class CmoutmsgServiceImpl implements ICmoutmsgService {
|
|||||||
|
|
||||||
public Boolean sendSchdGetMsg(Date startDate,Date endDate)
|
public Boolean sendSchdGetMsg(Date startDate,Date endDate)
|
||||||
{
|
{
|
||||||
String nowtime = DateTimeUtil.gtFormatStr(new Date(), "yyMMddhhmmss", Locale.ENGLISH);
|
String nowtime = DateTimeUtil.gtFormatStr(new Date(), "yyyyMMddHHmmss", Locale.ENGLISH);
|
||||||
String seqn = "1";
|
String seqn = "1";
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ spring:
|
|||||||
min-idle: 0
|
min-idle: 0
|
||||||
max-active: 200
|
max-active: 200
|
||||||
max-wait: -1
|
max-wait: -1
|
||||||
host: 130.120.3.232
|
host: 130.120.3.234
|
||||||
timeout: 1000
|
timeout: 1000
|
||||||
kafka:
|
kafka:
|
||||||
producer:
|
producer:
|
||||||
|
|||||||
@@ -109,7 +109,8 @@ public class ExchangeServiceImplTest {
|
|||||||
@Test
|
@Test
|
||||||
public void testMsgToXml()
|
public void testMsgToXml()
|
||||||
{
|
{
|
||||||
Long nowtime = System.currentTimeMillis();
|
String nowtime = DateTimeUtil.gtFormatStr(new Date(), "yyyyMMddHHmmss", Locale.ENGLISH);
|
||||||
|
|
||||||
MSG rqfdMsg = new MSGBuilder().
|
MSG rqfdMsg = new MSGBuilder().
|
||||||
setMETA(
|
setMETA(
|
||||||
new METABuilder()
|
new METABuilder()
|
||||||
|
|||||||
Reference in New Issue
Block a user