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
1a33eeef
Commit
1a33eeef
authored
Mar 01, 2019
by
dahai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改个人制证信息 制证类型字段
parent
f2a2d5f3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
PreproPersonEntity.java
...n/java/com/yxproject/start/entity/PreproPersonEntity.java
+8
-8
PreproPersonMapper.java
...n/java/com/yxproject/start/mapper/PreproPersonMapper.java
+2
-2
No files found.
src/main/java/com/yxproject/start/entity/PreproPersonEntity.java
View file @
1a33eeef
...
...
@@ -31,7 +31,7 @@ public class PreproPersonEntity {
private
String
sjrTxdz
;
private
String
sid
;
private
String
fileName
;
private
Long
isPost
;
private
Long
cardTypeId
;
private
String
newFileName
;
private
Long
state
;
...
...
@@ -286,13 +286,13 @@ public class PreproPersonEntity {
}
@Basic
@Column
(
name
=
"
IS_POST
"
)
public
Long
get
IsPost
()
{
return
isPost
;
@Column
(
name
=
"
CARD_TYPE_ID
"
)
public
Long
get
CardTypeId
()
{
return
cardTypeId
;
}
public
void
set
IsPost
(
Long
isPost
)
{
this
.
isPost
=
isPost
;
public
void
set
CardTypeId
(
Long
cardTypeId
)
{
this
.
cardTypeId
=
cardTypeId
;
}
@Basic
...
...
@@ -345,13 +345,13 @@ public class PreproPersonEntity {
Objects
.
equals
(
sjrTxdz
,
that
.
sjrTxdz
)
&&
Objects
.
equals
(
sid
,
that
.
sid
)
&&
Objects
.
equals
(
fileName
,
that
.
fileName
)
&&
Objects
.
equals
(
isPost
,
that
.
isPost
)
&&
Objects
.
equals
(
cardTypeId
,
that
.
cardTypeId
)
&&
Objects
.
equals
(
newFileName
,
that
.
newFileName
)
&&
Objects
.
equals
(
state
,
that
.
state
);
}
@Override
public
int
hashCode
()
{
return
Objects
.
hash
(
jmsfzslh
,
gmsfhm
,
xm
,
xbdm
,
mzdm
,
csrq
,
ssxqdm
,
dzmc
,
sdxp
,
zwyZwtxsj
,
zwyZwtzsj
,
zweZwtxsj
,
zweZwtzsj
,
qfjgGajgmc
,
yxqqsrq
,
yxqjzrq
,
jmsfzslyydm
,
jmsfzzzlxdm
,
jmsfzlzfsdm
,
sjrXm
,
sjrLxdh
,
sjrYzbm
,
sjrTxdz
,
sid
,
fileName
,
isPost
,
newFileName
,
state
);
return
Objects
.
hash
(
jmsfzslh
,
gmsfhm
,
xm
,
xbdm
,
mzdm
,
csrq
,
ssxqdm
,
dzmc
,
sdxp
,
zwyZwtxsj
,
zwyZwtzsj
,
zweZwtxsj
,
zweZwtzsj
,
qfjgGajgmc
,
yxqqsrq
,
yxqjzrq
,
jmsfzslyydm
,
jmsfzzzlxdm
,
jmsfzlzfsdm
,
sjrXm
,
sjrLxdh
,
sjrYzbm
,
sjrTxdz
,
sid
,
fileName
,
cardTypeId
,
newFileName
,
state
);
}
}
src/main/java/com/yxproject/start/mapper/PreproPersonMapper.java
View file @
1a33eeef
...
...
@@ -30,7 +30,7 @@ public interface PreproPersonMapper {
"left join files on PREPRO_PERSON.FILE_ID = files.ID\n"
+
"left join NEW_FILES on PREPRO_PERSON.FILE_ID = NEW_FILES.ID "
+
"where PREPRO_PERSON.JMSFZSLH = #{uploadNo} and GMSFHM = #{IDCard}"
+
//TODO
"and
files.SOURCE_FILE_NAME =#{oldFile} and
"
)
"and files.SOURCE_FILE_NAME =#{oldFile} and NEW_FILES.NEW_FILE_NAME = #{newFile}"
+
"and
PREPRO_PERSON.SSXQDM =#{SSXQDM} and PREPRO_PERSON.state =#{}
"
)
public
List
<
PreproPersonEntity
>
selectPreproPerson
(
String
uploadNo
,
String
IDCard
,
String
oldFile
,
String
newFile
,
String
SSXQDM
,
String
cardType
,
String
state
,
String
uploadDate
);
}
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