Commit 631771fb authored by BlackJokerCJ's avatar BlackJokerCJ

修改提交

parent 52ebbd99
......@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
public class CreditThirdDataJob {
@Autowired
private AbcHttpClient abcHttpClient;
@XxlJob("privacyTask")
@XxlJob("creditThirdDataJob")
public void run (){
}
......
......@@ -116,7 +116,7 @@ public class AbcHttpClient {
private static String send(String param, String url, String ypdPublicKey, String privateKey) throws Exception {
ZyHttpBaseRquest zyHttpBaseRquest = new ZyHttpBaseRquest();
zyHttpBaseRquest.setClientId("yingyxh_danbao_test");
zyHttpBaseRquest.setServiceId("externalDataApply");
zyHttpBaseRquest.setServiceId("externalDataQuery");
zyHttpBaseRquest.setSegNo(UUID.fastUUID().toString());
zyHttpBaseRquest.setTransDateTime(DateUtil.now());
......
......@@ -49,11 +49,7 @@
<property name="enableSubPackages" value="false"/>
</javaClientGenerator>
<!-- 指定数据库表 -->
<table schema="windows" tableName="windows_backed_detail"></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>
</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