Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mall-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
yimu
mall-server
Commits
ba8c0247
Commit
ba8c0247
authored
Mar 21, 2022
by
wp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消审核没有权限修复
parent
9cc56e79
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
SpuController.java
...l/server/admin/goods_center/controller/SpuController.java
+0
-1
No files found.
mall-server-admin/src/main/java/com/fzm/mall/server/admin/goods_center/controller/SpuController.java
View file @
ba8c0247
...
...
@@ -211,7 +211,6 @@ public class SpuController {
@PutMapping
(
"/goodsList/cancelCheck/{goodsId}"
)
public
ResponseVO
cancel
(
@PathVariable
String
goodsId
,
@ApiParam
(
name
=
"adminId"
,
value
=
"管理员id"
)
@RequestHeader
String
adminId
)
{
adminService
.
adminAuthCheck
(
adminId
,
AdminTypeEnum
.
MERCHANT
.
getType
());
String
merchantId1
=
adminService
.
getByAdminId
(
adminId
).
getMerchantId
();
String
merchantId2
=
spuService
.
getByGoodsId
(
goodsId
).
getMerchantId
();
if
(!
merchantId1
.
equals
(
merchantId2
))
{
...
...
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