Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
48889c83
Commit
48889c83
authored
Jan 29, 2023
by
lizhichao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二道门,推led屏,改为“出”“入”
parent
fcccea19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
TEntranceGuardPersonInfoServiceImpl.java
...tem/service/impl/TEntranceGuardPersonInfoServiceImpl.java
+3
-3
No files found.
danger-manage-system/src/main/java/com/zehong/system/service/impl/TEntranceGuardPersonInfoServiceImpl.java
View file @
48889c83
...
@@ -161,12 +161,12 @@ public class TEntranceGuardPersonInfoServiceImpl implements ITEntranceGuardPerso
...
@@ -161,12 +161,12 @@ public class TEntranceGuardPersonInfoServiceImpl implements ITEntranceGuardPerso
return
;
return
;
}
}
if
(
"0"
.
equals
(
tEntranceGuardPersonInfo
.
getActionType
())){
if
(
"0"
.
equals
(
tEntranceGuardPersonInfo
.
getActionType
())){
crc
=
"入
场
"
;
crc
=
"入"
;
}
else
if
(
"1"
.
equals
(
tEntranceGuardPersonInfo
.
getActionType
())){
}
else
if
(
"1"
.
equals
(
tEntranceGuardPersonInfo
.
getActionType
())){
crc
=
"出
场
"
;
crc
=
"出"
;
}
}
contents
[
i
+
2
]=
tEntranceGuardPersonInfo
.
getPersonName
()+
"
"
+
crc
+
"
"
+
DateUtils
.
parseDateToStr
(
DateUtils
.
YYYY_MM_DD_HH_MM_SS
,
tEntranceGuardPersonInfo
.
getActionTime
());
contents
[
i
+
2
]=
tEntranceGuardPersonInfo
.
getPersonName
()+
"
"
+
crc
+
"
"
+
DateUtils
.
parseDateToStr
(
DateUtils
.
YYYY_MM_DD_HH_MM_SS
,
tEntranceGuardPersonInfo
.
getActionTime
());
i
++;
i
++;
}
}
contents
[
5
]=
" "
+
DateUtils
.
getDate
();
//展示当日日期
contents
[
5
]=
" "
+
DateUtils
.
getDate
();
//展示当日日期
...
...
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