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
a606f52d
Commit
a606f52d
authored
Mar 08, 2019
by
suichenguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解析日志修改
parent
c66ca983
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
FailedCardApi.java
src/main/java/com/yxproject/start/api/FailedCardApi.java
+1
-1
LogMapper.java
src/main/java/com/yxproject/start/mapper/LogMapper.java
+11
-11
No files found.
src/main/java/com/yxproject/start/api/FailedCardApi.java
View file @
a606f52d
...
...
@@ -28,7 +28,7 @@ public class FailedCardApi {
}
/**
* 根据身份证号查询身份信息及组号
* 根据身份证号
或受理号
查询身份信息及组号
* @param cardId
* @return
*/
...
...
src/main/java/com/yxproject/start/mapper/LogMapper.java
View file @
a606f52d
...
...
@@ -53,9 +53,9 @@ public interface LogMapper {
"LEFT JOIN PERSON_POST ON FILE_NAME_DIC.FILE_ID=PERSON_POST.FILE_ID "
+
"LEFT JOIN FILES ON FILES.ID=FILE_NAME_DIC.FILE_ID "
+
"left join PREPRO_PERSON on PREPRO_PERSON.JMSFZSLH = person_post.FIRST_WHITE "
+
"WHERE "
+
"WHERE
1=1
"
+
"<if test='fileName !=\"\"' >"
+
"FILE_NAME_DIC.FILE_NAME=#{fileName} "
+
"
and
FILE_NAME_DIC.FILE_NAME=#{fileName} "
+
"</if>"
+
"<if test='analysisDate !=\"\"' >"
+
"AND FILE_NAME_DIC.ANALYSIS_DATE = #{analysisDate} "
+
...
...
@@ -84,7 +84,7 @@ public interface LogMapper {
" and NEW_FILES.DWDM=#{uploadCountyCode}"
+
" </if>"
+
" <if test='createDate !=\"\"' >"
+
" and
substr(NEW_FILES.CREATE_DATE,0,8)
=#{createDate}"
+
" and
NEW_FILES.CREATE_DATE
=#{createDate}"
+
" </if>"
+
" <if test='cardId !=\"\"' >"
+
" and PREPRO_PERSON.GMSFHM=#{cardId} "
+
...
...
@@ -124,16 +124,16 @@ public interface LogMapper {
"LEFT JOIN PERSON_POST ON FILE_NAME_DIC.FILE_ID=PERSON_POST.FILE_ID "
+
"LEFT JOIN FILES ON FILES.ID=FILE_NAME_DIC.FILE_ID "
+
"left join PREPRO_PERSON on PREPRO_PERSON.JMSFZSLH = person_post.FIRST_WHITE "
+
"
where 1=1 "
+
"
<if test='fileName !=\"\"' >"
+
"
and NEW_FILES.NEW_FILE_NAME=#{fileName} "
+
"
</if>"
+
"
<if test='analysisTime != -1
' >"
+
"
and NEW_FILES.DWDM=#{analysisTime}
"
+
"
</if>"
+
"where 1=1 "
+
"<if test='fileName !=\"\"' >"
+
"and NEW_FILES.NEW_FILE_NAME=#{fileName} "
+
"</if>"
+
"
<if test='analysisDate !=\"\"
' >"
+
"
AND FILE_NAME_DIC.ANALYSIS_DATE = #{analysisDate}
"
+
"</if>"
+
"group by FILE_NAME_DIC.FILE_NAME, FILE_NAME_DIC.FORM_START_TIME, "
+
"FILE_NAME_DIC.FORM_DEADLINE, PERSON_POST.LATTICE_MOUTH_INFORMATION, "
+
"FILE_NAME_DIC.ANALYSIS_DATE, FILES.RECORD_NUMBER"
+
"</script>"
)
public
String
selectAnalysisLogCount
(
@Param
(
"fileName"
)
String
fileName
,
@Param
(
"analysis
Time"
)
String
analysisTim
e
);
public
String
selectAnalysisLogCount
(
@Param
(
"fileName"
)
String
fileName
,
@Param
(
"analysis
Date"
)
String
analysisDat
e
);
}
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