Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8timerv2
8timerapiv200
Commits
304de048
Commit
304de048
authored
Jun 21, 2021
by
chenzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
處理定時打卡代碼bug
parent
015953aa
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
src/main/java/cn/timer/api/controller/LoginController.java
+1
-1
src/main/java/cn/timer/api/controller/kqgl/TimeCardController.java
+0
-0
src/main/resources/application-test.yml
+2
-2
src/main/resources/application.yml
+3
-3
src/main/resources/mapping/kqmk/KqglAssoMonthPunchSummaryMapper.xml
+0
-0
No files found.
src/main/java/cn/timer/api/controller/LoginController.java
View file @
304de048
...
...
@@ -855,7 +855,7 @@ public class LoginController {
session
.
setAttribute
(
"ui"
,
qyzxEmpLogin1
);
System
.
err
.
println
(
session
.
getId
());
Object
ui
=
session
.
getAttribute
(
"ui"
);
return
ResultUtil
.
data
(
qyzxEmpLogin1
);
}
...
...
src/main/java/cn/timer/api/controller/kqgl/TimeCardController.java
View file @
304de048
src/main/resources/application-test.yml
View file @
304de048
...
...
@@ -165,9 +165,9 @@ logging:
config-8timer
:
environmental-science
:
test
expiration_time
:
2
#扫码登录过期时长
machine8timerUrl
:
'
http://test-8timer-fk.youlingrc.com'
#
machine8timerUrl: 'http://test-8timer-fk.youlingrc.com'
#machine8timerUrl: 'http://192.168.3.38:8088'
#
machine8timerUrl: 'http://192.168.3.111:8095'
machine8timerUrl
:
'
http://192.168.3.111:8095'
authentication-code
:
'
888888'
prescription
:
8
#一天工作8小时
register-free-time
:
90
#系统赠送时间
...
...
src/main/resources/application.yml
View file @
304de048
spring
:
profiles
:
# active: test
active
:
'
@environment@'
\ No newline at end of file
active
:
test
#active: '@environment@'
\ No newline at end of file
src/main/resources/mapping/kqmk/KqglAssoMonthPunchSummaryMapper.xml
View file @
304de048
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