Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
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
chenjunxiong
guns-vip
Commits
23315aa0
Commit
23315aa0
authored
Jun 05, 2017
by
cyf783
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://git.oschina.net/cyf783/guns
parents
96768ec9
c0514f8a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
sql/guns.sql
+1
-1
src/main/java/com/stylefeng/guns/core/log/factory/LogTaskFactory.java
+3
-3
src/main/webapp/static/js/plugins/layer/laydate/need/laydate.css
+1
-1
No files found.
sql/guns.sql
View file @
23315aa0
...
...
@@ -349,4 +349,4 @@ CREATE TABLE `user` (
-- Records of user
-- ----------------------------
INSERT
INTO
`user`
VALUES
(
'1'
,
'girl.gif'
,
'admin'
,
'ecfadcde9305f8891bcfe5a1e28c253e'
,
'8pgby'
,
'张三'
,
'2017-05-05 00:00:00'
,
'2'
,
'sn93@qq.com'
,
'18200000000'
,
'1'
,
'27'
,
'1'
,
'2016-01-29 08:49:53'
,
'25'
);
INSERT
INTO
`user`
VALUES
(
'44'
,
null
,
'
test'
,
'45abb7879f6a8268f1ef600e6038ac73'
,
'ssts3'
,
'test'
,
'2017-05-01 00:00:00'
,
'1'
,
'abc@123.com'
,
''
,
'5'
,
'26'
,
'1'
,
'2017-05-16 20:33:37'
,
null
);
INSERT
INTO
`user`
VALUES
(
'44'
,
null
,
'test'
,
'45abb7879f6a8268f1ef600e6038ac73'
,
'ssts3'
,
'test'
,
'2017-05-01 00:00:00'
,
'1'
,
'abc@123.com'
,
''
,
'5'
,
'26'
,
'1'
,
'2017-05-16 20:33:37'
,
null
);
src/main/java/com/stylefeng/guns/core/log/factory/LogTaskFactory.java
View file @
23315aa0
...
...
@@ -21,9 +21,9 @@ import java.util.TimerTask;
*/
public
class
LogTaskFactory
{
private
static
Logger
logger
=
Logger
.
getLogger
(
LogManager
.
class
);
private
static
LoginLogMapper
loginLogMapper
=
Db
.
getMapper
(
LoginLogMapper
.
class
);
private
static
OperationLogMapper
operationLogMapper
=
Db
.
getMapper
(
OperationLogMapper
.
class
);
private
static
final
Logger
logger
=
Logger
.
getLogger
(
LogManager
.
class
);
private
static
final
LoginLogMapper
loginLogMapper
=
Db
.
getMapper
(
LoginLogMapper
.
class
);
private
static
final
OperationLogMapper
operationLogMapper
=
Db
.
getMapper
(
OperationLogMapper
.
class
);
public
static
TimerTask
loginLog
(
Integer
userId
,
String
ip
)
{
return
new
TimerTask
()
{
...
...
src/main/webapp/static/js/plugins/layer/laydate/need/laydate.css
View file @
23315aa0
...
...
@@ -7,7 +7,7 @@
**/
html
{
_background-image
:
url(about:blank)
;
_background-attachment
:
fixed
;}
.layer-date
{
display
:
inline-block
!important
;
vertical-align
:
text-top
;
max-width
:
240px
;
}
.layer-date
{
display
:
inline-block
!important
;
vertical-align
:
text-top
;}
.laydate_body
.laydate_box
,
.laydate_body
.laydate_box
*
{
margin
:
0
;
padding
:
0
;}
.laydate-icon
,
.laydate-icon-default
,
...
...
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