Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
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_beijing_auxiliary_YD
Commits
60f5c6c4
Commit
60f5c6c4
authored
Apr 09, 2019
by
dahai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
2551e798
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ReceiptApi.java
src/main/java/com/yxproject/start/api/ReceiptApi.java
+5
-0
No files found.
src/main/java/com/yxproject/start/api/ReceiptApi.java
View file @
60f5c6c4
...
@@ -70,6 +70,7 @@ public class ReceiptApi {
...
@@ -70,6 +70,7 @@ public class ReceiptApi {
receiptService
.
createDetailedList
(
uploadNo
,
acceptNo2
,
name2
,
id
,
gajg_dm
,
receiptId
,
sex
,
signGovt
);
receiptService
.
createDetailedList
(
uploadNo
,
acceptNo2
,
name2
,
id
,
gajg_dm
,
receiptId
,
sex
,
signGovt
);
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
map
.
put
(
"show"
,
true
);
map
.
put
(
"show"
,
true
);
map
.
put
(
"state"
,
1
);
map
.
put
(
"msg"
,
"生成交接单"
);
map
.
put
(
"msg"
,
"生成交接单"
);
map
.
put
(
"id"
,
S
);
map
.
put
(
"id"
,
S
);
return
map
;
return
map
;
...
@@ -77,6 +78,7 @@ public class ReceiptApi {
...
@@ -77,6 +78,7 @@ public class ReceiptApi {
//已经生成特证交接单,不做操作。
//已经生成特证交接单,不做操作。
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
map
.
put
(
"show"
,
false
);
map
.
put
(
"show"
,
false
);
map
.
put
(
"state"
,
2
);
map
.
put
(
"msg"
,
"已生成交接单"
);
map
.
put
(
"msg"
,
"已生成交接单"
);
map
.
put
(
"id"
,
mapList
.
get
(
0
).
get
(
"ID"
));
map
.
put
(
"id"
,
mapList
.
get
(
0
).
get
(
"ID"
));
return
map
;
return
map
;
...
@@ -129,6 +131,7 @@ public class ReceiptApi {
...
@@ -129,6 +131,7 @@ public class ReceiptApi {
}
}
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
map
.
put
(
"show"
,
true
);
map
.
put
(
"show"
,
true
);
map
.
put
(
"state"
,
1
);
map
.
put
(
"id"
,
receiptList
);
map
.
put
(
"id"
,
receiptList
);
return
map
;
return
map
;
...
@@ -137,12 +140,14 @@ public class ReceiptApi {
...
@@ -137,12 +140,14 @@ public class ReceiptApi {
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
map
.
put
(
"show"
,
false
);
map
.
put
(
"show"
,
false
);
map
.
put
(
"msg"
,
"已生成交接单"
);
map
.
put
(
"msg"
,
"已生成交接单"
);
map
.
put
(
"state"
,
2
);
map
.
put
(
"id"
,
mapList
.
get
(
0
).
get
(
"ID"
));
map
.
put
(
"id"
,
mapList
.
get
(
0
).
get
(
"ID"
));
return
map
;
return
map
;
}
}
}
}
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
Map
<
String
,
Object
>
map
=
new
HashMap
<>();
map
.
put
(
"show"
,
false
);
map
.
put
(
"show"
,
false
);
map
.
put
(
"state"
,
3
);
map
.
put
(
"msg"
,
"未查询出对应的信息"
);
map
.
put
(
"msg"
,
"未查询出对应的信息"
);
return
map
;
return
map
;
}
}
...
...
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