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
18113a5b
Commit
18113a5b
authored
Mar 16, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
e792c263
a3ba960f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
queryPreproPerson.java
src/main/java/com/yxproject/start/api/queryPreproPerson.java
+2
-2
PreproPersonMapper.java
...n/java/com/yxproject/start/mapper/PreproPersonMapper.java
+1
-1
IDCardFactory.java
src/main/java/com/yxproject/start/utils/IDCardFactory.java
+1
-0
No files found.
src/main/java/com/yxproject/start/api/queryPreproPerson.java
View file @
18113a5b
...
...
@@ -60,9 +60,9 @@ public class queryPreproPerson {
*/
@RequestMapping
(
"updatePreproPerson"
)
// @RequiresPermissions("userInfo.add")//权限管理;
public
Map
<
String
,
Object
>
updatePreproPerson
(
@RequestParam
(
"
uploadNo"
)
String
uploadNo
,
@RequestParam
(
"isValid"
)
String
isValid
,
HttpServletResponse
response
){
public
Map
<
String
,
Object
>
updatePreproPerson
(
@RequestParam
(
"
id"
)
String
id
,
@RequestParam
(
"isValid"
)
String
isValid
,
HttpServletResponse
response
){
PreproPersonEntity
preproPersonEntity
=
new
PreproPersonEntity
();
preproPersonEntity
.
set
Jmsfzslh
(
uploadNo
);
preproPersonEntity
.
set
Id
(
Long
.
valueOf
(
id
)
);
preproPersonEntity
.
setIsValid
(
Long
.
valueOf
(
isValid
));
preproPersonService
.
updatePreproPersonIsValid
(
preproPersonEntity
);
Map
<
String
,
Object
>
map
=
new
LinkedHashMap
<>();
...
...
src/main/java/com/yxproject/start/mapper/PreproPersonMapper.java
View file @
18113a5b
...
...
@@ -135,7 +135,7 @@ public interface PreproPersonMapper {
* @param personEntity
* @return
*/
@Update
(
"UPDATE PREPRO_PERSON SET IS_VALID=#{isValid} where
JMSFZSLH=#{jmsfzslh
}"
)
@Update
(
"UPDATE PREPRO_PERSON SET IS_VALID=#{isValid} where
id=#{id
}"
)
public
boolean
updatePreproPersonIsValid
(
PreproPersonEntity
personEntity
);
/**
...
...
src/main/java/com/yxproject/start/utils/IDCardFactory.java
View file @
18113a5b
...
...
@@ -37,6 +37,7 @@ public class IDCardFactory {
filesEntity
.
setVersionCode
(
BBH
);
filesEntity
.
setUploadDate
(
date
);
String
DWMC
=
packagehead
.
element
(
"DWMC"
).
getTextTrim
();
filesEntity
.
setDwmc
(
DWMC
);
filesEntity
.
setCreateTime
(
packagehead
.
element
(
"SCSJ"
).
getTextTrim
());
List
<
Element
>
recordlist
=
records
.
elements
(
"RECORD"
);
...
...
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