Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-rt-dc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data-spider
qg-rt-dc
Commits
70245786
Commit
70245786
authored
Aug 09, 2019
by
data爬虫-冯 军凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加保存VCC导入的淘宝/公积金/学信/社保接口 常量类型
parent
ae900edf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
ThirdPartyInfoService.java
...up/qgdataservice/service/hbase/ThirdPartyInfoService.java
+12
-0
No files found.
qg-data-service/src/main/java/cn/quantgroup/qgdataservice/service/hbase/ThirdPartyInfoService.java
View file @
70245786
...
...
@@ -19,4 +19,16 @@ public class ThirdPartyInfoService {
}
public
static
List
<
KeyPartnerDataRow
>
get
(
String
uuid
,
String
type
){
return
KeyPartnerDataService
.
get
(
uuid
,
type
);
}
public
static
KeyPartnerDataRow
getLast
(
String
uuid
,
String
type
){
return
KeyPartnerDataService
.
getLast
(
uuid
,
type
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment