Commit 631771fb authored by BlackJokerCJ's avatar BlackJokerCJ

修改提交

parent 52ebbd99
...@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component; ...@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
public class CreditThirdDataJob { public class CreditThirdDataJob {
@Autowired @Autowired
private AbcHttpClient abcHttpClient; private AbcHttpClient abcHttpClient;
@XxlJob("privacyTask") @XxlJob("creditThirdDataJob")
public void run (){ public void run (){
} }
......
...@@ -116,7 +116,7 @@ public class AbcHttpClient { ...@@ -116,7 +116,7 @@ public class AbcHttpClient {
private static String send(String param, String url, String ypdPublicKey, String privateKey) throws Exception { private static String send(String param, String url, String ypdPublicKey, String privateKey) throws Exception {
ZyHttpBaseRquest zyHttpBaseRquest = new ZyHttpBaseRquest(); ZyHttpBaseRquest zyHttpBaseRquest = new ZyHttpBaseRquest();
zyHttpBaseRquest.setClientId("yingyxh_danbao_test"); zyHttpBaseRquest.setClientId("yingyxh_danbao_test");
zyHttpBaseRquest.setServiceId("externalDataApply"); zyHttpBaseRquest.setServiceId("externalDataQuery");
zyHttpBaseRquest.setSegNo(UUID.fastUUID().toString()); zyHttpBaseRquest.setSegNo(UUID.fastUUID().toString());
zyHttpBaseRquest.setTransDateTime(DateUtil.now()); zyHttpBaseRquest.setTransDateTime(DateUtil.now());
......
...@@ -49,11 +49,7 @@ ...@@ -49,11 +49,7 @@
<property name="enableSubPackages" value="false"/> <property name="enableSubPackages" value="false"/>
</javaClientGenerator> </javaClientGenerator>
<!-- 指定数据库表 --> <!-- 指定数据库表 -->
<table schema="windows" tableName="windows_backed_detail"></table>
<table schema="windows" tableName="windows_credit"></table> <table schema="windows" tableName="windows_credit"></table>
<table schema="windows" tableName="windows_credit_result"></table>
<table schema="windows" tableName="windows_loan"></table>
<table schema="windows" tableName="windows_plan"></table>
<table schema="windows" tableName="windows_repay"></table>
</context> </context>
</generatorConfiguration> </generatorConfiguration>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment