Merge branch 'feature-NHSA-repeater' of http://222.76.244.118:3000/CPICXIM/cpicxim-huixiabao into feature-NHSA-repeater
This commit is contained in:
@@ -44,7 +44,7 @@ public class AppMain
|
||||
{
|
||||
logger.info( "查询到" + String.valueOf( xyxInfo.size() ) + "条数据,开始发送!" );
|
||||
|
||||
CpicximToXMNHS.postHmbList( xyxInfo );
|
||||
CpicximToXMNHS.postHmbXyxInfo( xyxInfo );
|
||||
}
|
||||
|
||||
try
|
||||
|
@@ -224,7 +224,7 @@ public class CpicximToXMNHS
|
||||
}
|
||||
}
|
||||
|
||||
public static void postHmbList( Vector<HmbXyxInfo> items )
|
||||
public static void postHmbXyxInfo( Vector<HmbXyxInfo> items )
|
||||
{
|
||||
String url = HuixiabaoConfig.getUrl();
|
||||
String appId = HuixiabaoConfig.getAppid();
|
||||
|
Reference in New Issue
Block a user