Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
85a75dc3
Commit
85a75dc3
authored
Feb 13, 2020
by
zhangdongwei-intern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 内部接口加上编号字段
parent
b1b0e011
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
RobotClassifyDTO.java
...a/com/pcloud/book/pcloudKeyword/dto/RobotClassifyDTO.java
+3
-0
PcloudRobot.Mapper.xml
...ain/resources/mapper/pcloudkeyword/PcloudRobot.Mapper.xml
+2
-0
No files found.
pcloud-facade-book/src/main/java/com/pcloud/book/pcloudKeyword/dto/RobotClassifyDTO.java
View file @
85a75dc3
...
@@ -16,4 +16,7 @@ public class RobotClassifyDTO {
...
@@ -16,4 +16,7 @@ public class RobotClassifyDTO {
@ApiModelProperty
(
"小号昵称"
)
@ApiModelProperty
(
"小号昵称"
)
private
String
nickName
;
private
String
nickName
;
@ApiModelProperty
(
"小号编号"
)
private
String
uniqueNumber
;
}
}
pcloud-service-book/src/main/resources/mapper/pcloudkeyword/PcloudRobot.Mapper.xml
View file @
85a75dc3
...
@@ -161,6 +161,7 @@
...
@@ -161,6 +161,7 @@
select
select
p.wx_id wxId,
p.wx_id wxId,
p.robot_type classifyId,
p.robot_type classifyId,
p.unique_number uniqueNumber,
pr.classify_name classifyName
pr.classify_name classifyName
from
from
pcloud_robot p
pcloud_robot p
...
@@ -181,6 +182,7 @@
...
@@ -181,6 +182,7 @@
p.wx_id wxId,
p.wx_id wxId,
p.nick_name nickName,
p.nick_name nickName,
p.robot_type classifyId,
p.robot_type classifyId,
p.unique_number uniqueNumber,
pr.classify_name classifyName
pr.classify_name classifyName
from
from
pcloud_robot p
pcloud_robot p
...
...
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