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
d1e9e52d
Commit
d1e9e52d
authored
Mar 16, 2019
by
suichenguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解析更改
parent
8d19954d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
FailedCardApi.java
src/main/java/com/yxproject/start/api/FailedCardApi.java
+1
-1
LogMapper.java
src/main/java/com/yxproject/start/mapper/LogMapper.java
+3
-3
No files found.
src/main/java/com/yxproject/start/api/FailedCardApi.java
View file @
d1e9e52d
...
...
@@ -79,7 +79,7 @@ public class FailedCardApi {
}
else
{
idMap
=
failedCardService
.
selectCountIdByCardId
(
jsonObject
.
getString
(
"cardId"
));
}
int
initiator
=
Integer
.
parseInt
(
jsonObject
.
getString
(
"initiator"
))
-
2
;
int
initiator
=
Integer
.
parseInt
(
jsonObject
.
getString
(
"initiator"
))
-
1
;
failedCardService
.
insertFailedCard
(
jsonObject
.
getString
(
"failedCardReasonId"
),
idMap
.
get
(
"ACCEPT_NO"
).
toString
(),
idMap
.
get
(
"TASK_ID"
).
toString
(),
String
.
valueOf
(
initiator
),
jsonObject
.
getString
(
"note"
));
}
return
true
;
...
...
src/main/java/com/yxproject/start/mapper/LogMapper.java
View file @
d1e9e52d
...
...
@@ -122,10 +122,10 @@ public interface LogMapper {
// TODO 解析日志总数
@Select
(
"<script> "
+
"SELECT COUNT(*) FROM
FILE
S \n"
+
"LEFT JOIN
ANALYSI
S ON ANALYSIS.FILE_ID =FILES.ID "
+
"SELECT COUNT(*) FROM
ANALYSI
S \n"
+
"LEFT JOIN
FILE
S ON ANALYSIS.FILE_ID =FILES.ID "
+
"LEFT JOIN FILE_NAME_DIC ON FILE_NAME_DIC.FILE_ID=ANALYSIS.FILE_DIC_ID "
+
"where 1=1
and PREPRO_PERSON.NEW_FILE_ID is not null
"
+
"where 1=1 "
+
"<if test='fileName !=\"\"' >"
+
"and FILES.SOURCE_FILE_NAME=#{fileName} "
+
"</if>"
+
...
...
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