Commit 41a67c09 by chenzg Committed by 284718418@qq.com

處理定時打卡代碼bug

parent 4ea554cf
...@@ -860,7 +860,7 @@ public class LoginController { ...@@ -860,7 +860,7 @@ public class LoginController {
session.setAttribute("ui", qyzxEmpLogin1); session.setAttribute("ui", qyzxEmpLogin1);
System.err.println(session.getId()); System.err.println(session.getId());
Object ui = session.getAttribute("ui");
return ResultUtil.data(qyzxEmpLogin1); return ResultUtil.data(qyzxEmpLogin1);
} }
......
...@@ -165,9 +165,9 @@ logging: ...@@ -165,9 +165,9 @@ logging:
config-8timer: config-8timer:
environmental-science: test environmental-science: test
expiration_time: 2 #扫码登录过期时长 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.38:8088'
#machine8timerUrl: 'http://192.168.3.111:8095' machine8timerUrl: 'http://192.168.3.111:8095'
authentication-code: '888888' authentication-code: '888888'
prescription: 8 #一天工作8小时 prescription: 8 #一天工作8小时
register-free-time: 90 #系统赠送时间 register-free-time: 90 #系统赠送时间
......
spring: spring:
profiles: profiles:
# active: test active: test
active: '@environment@' #active: '@environment@'
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment