Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_REFACTORING
Project
Project
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
zhangyusheng
YX_IDENT_REFACTORING
Commits
7660737d
Commit
7660737d
authored
Dec 27, 2018
by
xuwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
4f823c47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
YingxinApi.java
src/main/java/com/yxproject/start/api/YingxinApi.java
+6
-4
No files found.
src/main/java/com/yxproject/start/api/YingxinApi.java
View file @
7660737d
...
@@ -98,10 +98,12 @@ public class YingxinApi {
...
@@ -98,10 +98,12 @@ public class YingxinApi {
return
yxjsonResponse
.
toJSONString
();
return
yxjsonResponse
.
toJSONString
();
}
}
/*
/**
*添加退证
* 添加退证
*
* @param acceptNumber 受理号
* */
* @param resp
* @return
*/
@RequestMapping
(
"addInValidCardInfo"
)
@RequestMapping
(
"addInValidCardInfo"
)
public
String
addTuiZhengInfo
(
@RequestParam
(
"acceptNo"
)
List
acceptNumber
,
HttpServletResponse
resp
){
public
String
addTuiZhengInfo
(
@RequestParam
(
"acceptNo"
)
List
acceptNumber
,
HttpServletResponse
resp
){
List
<
SpecialCardEntity
>
list
=
addBackCardService
.
getTuiZhengData
(
acceptNumber
);
List
<
SpecialCardEntity
>
list
=
addBackCardService
.
getTuiZhengData
(
acceptNumber
);
...
...
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