Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
郑小冰
/
orthopedics
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
69db51ad
authored
Oct 31, 2019
by
ice
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
补交库存现有量报表的转单功能的请求方式
parent
0870f390
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/java/orthopedics/controller/bookcity/StockTransferController.java
src/main/java/orthopedics/controller/bookcity/StockTransferController.java
View file @
69db51ad
...
...
@@ -7,6 +7,7 @@ import javafx.scene.effect.SepiaTone;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.RequestBody
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestMethod
;
import
org.springframework.web.bind.annotation.RestController
;
import
orthopedics.controller.error.ErrorEnum
;
import
orthopedics.model.*
;
...
...
@@ -50,7 +51,7 @@ public class StockTransferController {
*参数:json
*创建者:ice
**/
@RequestMapping
(
value
=
"/transferData"
)
@RequestMapping
(
value
=
"/transferData"
,
method
=
RequestMethod
.
POST
)
public
Result
transferData
(
@RequestBody
JSONObject
jsonObject
){
String
token
=
jsonObject
.
getString
(
"token"
);
//检查accesstoken的有效性
...
...
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