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
1476f8c2
Commit
1476f8c2
authored
Dec 18, 2020
by
liuxinben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改解析时更新制证类型
parent
364f3977
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
LogMapper.java
src/main/java/com/yxproject/start/mapper/LogMapper.java
+3
-3
No files found.
src/main/java/com/yxproject/start/mapper/LogMapper.java
View file @
1476f8c2
...
@@ -43,10 +43,10 @@ public interface LogMapper {
...
@@ -43,10 +43,10 @@ public interface LogMapper {
@Update
(
"UPDATE PREPRO_PERSON SET CARD_TYPE_ID =9 \n"
+
@Update
(
"UPDATE PREPRO_PERSON SET CARD_TYPE_ID =9 \n"
+
"WHERE JMSFZSLH in (\n"
+
"WHERE JMSFZSLH in (\n"
+
"SELECT PREPRO_PERSON.JMSFZSLH \n"
+
"SELECT PREPRO_PERSON.JMSFZSLH \n"
+
"FROM P
REPRO_PERSON
\n"
+
"FROM P
ERSON_POST
\n"
+
"LEFT JOIN P
ERSON_POST
ON PERSON_POST.FIRST_WHITE = PREPRO_PERSON.JMSFZSLH\n"
+
"LEFT JOIN P
REPRO_PERSON
ON PERSON_POST.FIRST_WHITE = PREPRO_PERSON.JMSFZSLH\n"
+
"LEFT JOIN FILES ON FILES.ID=PREPRO_PERSON.FILE_ID "
+
"LEFT JOIN FILES ON FILES.ID=PREPRO_PERSON.FILE_ID "
+
"
WHERE TO_CHAR(FILES.UPLOAD_DATE,'yyyy-mm-dd hh24:mi:ss')=#{printDate} )"
)
"WHERE TO_CHAR(FILES.UPLOAD_DATE,'yyyy-mm-dd hh24:mi:ss')=#{printDate} )"
)
public
boolean
changeCardTypeByPrintDate
(
@Param
(
"printDate"
)
String
printDate
);
public
boolean
changeCardTypeByPrintDate
(
@Param
(
"printDate"
)
String
printDate
);
@Update
(
" update FILE_NAME_DIC set FILE_NAME_DIC.ANALYSIS_DATE = #{printDate} where file_id=#{fileId} "
)
@Update
(
" update FILE_NAME_DIC set FILE_NAME_DIC.ANALYSIS_DATE = #{printDate} where file_id=#{fileId} "
)
...
...
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