记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
d4a2ffa1
Commit
d4a2ffa1
authored
Apr 11, 2022
by
GaoHu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exit
parent
838256b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
IGoblinGoodsAnticipateService.java
...service/goblin/service/IGoblinGoodsAnticipateService.java
+0
-2
GoblinGoodsAnticipateController.java
...in/controller/manage/GoblinGoodsAnticipateController.java
+0
-5
GoblinGoodsAnticipateServiceImpl.java
...goblin/service/impl/GoblinGoodsAnticipateServiceImpl.java
+0
-5
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/service/IGoblinGoodsAnticipateService.java
View file @
d4a2ffa1
...
@@ -35,8 +35,6 @@ public interface IGoblinGoodsAnticipateService{
...
@@ -35,8 +35,6 @@ public interface IGoblinGoodsAnticipateService{
ResponseDto
<
Object
>
delete
(
String
antId
);
ResponseDto
<
Object
>
delete
(
String
antId
);
ResponseDto
<
Object
>
getSkus
(
String
spuId
);
ResponseDto
<
Object
>
userAbout
(
String
antId
,
String
skuId
,
String
uid
,
String
phone
,
Integer
state
);
ResponseDto
<
Object
>
userAbout
(
String
antId
,
String
skuId
,
String
uid
,
String
phone
,
Integer
state
);
ResponseDto
<
Object
>
addAnticipateValues
(
List
<
GoblinGoodsAnticipateValueParam
>
list
);
ResponseDto
<
Object
>
addAnticipateValues
(
List
<
GoblinGoodsAnticipateValueParam
>
list
);
...
...
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/controller/manage/GoblinGoodsAnticipateController.java
View file @
d4a2ffa1
...
@@ -88,9 +88,4 @@ public class GoblinGoodsAnticipateController {
...
@@ -88,9 +88,4 @@ public class GoblinGoodsAnticipateController {
return
goblinGoodsAnticipateService
.
userAbout
(
antId
,
skuId
,
uid
,
phone
,
state
);
return
goblinGoodsAnticipateService
.
userAbout
(
antId
,
skuId
,
uid
,
phone
,
state
);
}
}
@ApiOperation
(
"根据spuId查询出所有的sku"
)
@PostMapping
(
""
)
public
ResponseDto
<
Object
>
getSkus
(
@RequestParam
(
name
=
"apuId"
)
String
spuId
)
{
return
goblinGoodsAnticipateService
.
getSkus
(
spuId
);
}
}
}
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/service/impl/GoblinGoodsAnticipateServiceImpl.java
View file @
d4a2ffa1
...
@@ -166,11 +166,6 @@ public class GoblinGoodsAnticipateServiceImpl implements IGoblinGoodsAnticipateS
...
@@ -166,11 +166,6 @@ public class GoblinGoodsAnticipateServiceImpl implements IGoblinGoodsAnticipateS
return
ResponseDto
.
success
();
return
ResponseDto
.
success
();
}
}
@Override
public
ResponseDto
<
Object
>
getSkus
(
String
spuId
)
{
return
null
;
}
@Override
@Override
public
ResponseDto
<
Object
>
userAbout
(
String
antId
,
String
skuId
,
String
uid
,
String
phone
,
Integer
state
)
{
public
ResponseDto
<
Object
>
userAbout
(
String
antId
,
String
skuId
,
String
uid
,
String
phone
,
Integer
state
)
{
//查询该用户是否预
//查询该用户是否预
...
...
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