Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
manager
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
reyun
manager
Commits
1e361435
Commit
1e361435
authored
Dec 27, 2017
by
zhangxiaoyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add desc
parent
56cb2880
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
35 deletions
+27
-35
workspace.xml
.idea/workspace.xml
+21
-35
UserLogThread.java
src/main/java/util/UserLogThread.java
+6
-0
No files found.
.idea/workspace.xml
View file @
1e361435
...
...
@@ -2,22 +2,7 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"e2e217e2-2dd6-4c6f-ad19-b1cba46bc7ad"
name=
"Default"
comment=
""
>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/classes/common/controller/AppController.class"
afterPath=
"$PROJECT_DIR$/target/classes/common/controller/AppController.class"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/classes/common/controller/LoginController.class"
afterPath=
"$PROJECT_DIR$/target/classes/common/controller/LoginController.class"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/classes/common/model/Account4Web.class"
afterPath=
"$PROJECT_DIR$/target/classes/common/model/Account4Web.class"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/classes/common/repository/Account4WebRepository.class"
afterPath=
"$PROJECT_DIR$/target/classes/common/repository/Account4WebRepository.class"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/classes/security/interceptor/AuthorizationInterceptor.class"
afterPath=
"$PROJECT_DIR$/target/classes/security/interceptor/AuthorizationInterceptor.class"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/classes/tkio/repository/AccountRepository.class"
afterPath=
"$PROJECT_DIR$/target/classes/tkio/repository/AccountRepository.class"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/classes/tkio/repository/AppRepository.class"
afterPath=
"$PROJECT_DIR$/target/classes/tkio/repository/AppRepository.class"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/classes/tkio/repository/SalesManLeaderRepository.class"
afterPath=
"$PROJECT_DIR$/target/classes/tkio/repository/SalesManLeaderRepository.class"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/classes/tkio/task/AccountTask.class"
afterPath=
"$PROJECT_DIR$/target/classes/tkio/task/AccountTask.class"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/classes/util/Constant.class"
afterPath=
"$PROJECT_DIR$/target/classes/util/Constant.class"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/common/controller/AppController.java"
afterPath=
"$PROJECT_DIR$/src/main/java/common/controller/AppController.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/classes/applicationContext-schedule.xml"
afterPath=
"$PROJECT_DIR$/target/classes/applicationContext-schedule.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/classes/applicationContext.xml"
afterPath=
"$PROJECT_DIR$/target/classes/applicationContext.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst"
afterPath=
"$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst"
afterPath=
"$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/util/UserLogThread.java"
afterPath=
"$PROJECT_DIR$/src/main/java/util/UserLogThread.java"
/>
</list>
<ignored
path=
"$PROJECT_DIR$/target/"
/>
<option
name=
"EXCLUDED_CONVERTED_TO_IGNORED"
value=
"true"
/>
...
...
@@ -33,11 +18,11 @@
<component
name=
"ExecutionTargetManager"
SELECTED_TARGET=
"default_target"
/>
<component
name=
"FileEditorManager"
>
<leaf
SIDE_TABS_SIZE_LIMIT_KEY=
"300"
>
<file
leaf-file-name=
"UserLogThread.java"
pinned=
"false"
current-in-tab=
"
fals
e"
>
<file
leaf-file-name=
"UserLogThread.java"
pinned=
"false"
current-in-tab=
"
tru
e"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/util/UserLogThread.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
735
"
>
<caret
line=
"34"
column=
"
23"
lean-forward=
"true"
selection-start-line=
"34"
selection-start-column=
"23"
selection-end-line=
"34"
selection-end-column=
"23
"
/>
<state
relative-caret-position=
"
339
"
>
<caret
line=
"34"
column=
"
17"
lean-forward=
"false"
selection-start-line=
"34"
selection-start-column=
"17"
selection-end-line=
"34"
selection-end-column=
"17
"
/>
<folding>
<element
signature=
"imports"
expanded=
"true"
/>
</folding>
...
...
@@ -168,10 +153,10 @@
</provider>
</entry>
</file>
<file
leaf-file-name=
"OperateObjectTypeEnum.java"
pinned=
"false"
current-in-tab=
"
tru
e"
>
<file
leaf-file-name=
"OperateObjectTypeEnum.java"
pinned=
"false"
current-in-tab=
"
fals
e"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/dic/OperateObjectTypeEnum.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
199
"
>
<state
relative-caret-position=
"
463
"
>
<caret
line=
"28"
column=
"1"
lean-forward=
"true"
selection-start-line=
"28"
selection-start-column=
"1"
selection-end-line=
"28"
selection-end-column=
"1"
/>
<folding
/>
</state>
...
...
@@ -231,8 +216,8 @@
<option
value=
"$PROJECT_DIR$/src/main/java/util/IP.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/util/IPAddrUtil.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/common/model/UserLog.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/util/UserLogThread.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/common/controller/AppController.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/util/UserLogThread.java"
/>
</list>
</option>
</component>
...
...
@@ -955,12 +940,12 @@
<option
name=
"presentableId"
value=
"Default"
/>
<updated>
1514260912987
</updated>
<workItem
from=
"1514260914510"
duration=
"14315000"
/>
<workItem
from=
"1514344618155"
duration=
"15
501
000"
/>
<workItem
from=
"1514344618155"
duration=
"15
778
000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"
29816
000"
/>
<option
name=
"totallyTimeSpent"
value=
"
30093
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"-8"
y=
"-8"
width=
"1382"
height=
"744"
extended-state=
"6"
/>
...
...
@@ -1477,16 +1462,6 @@
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/util/UserLogThread.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"735"
>
<caret
line=
"34"
column=
"23"
lean-forward=
"true"
selection-start-line=
"34"
selection-start-column=
"23"
selection-end-line=
"34"
selection-end-column=
"23"
/>
<folding>
<element
signature=
"imports"
expanded=
"true"
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/controller/AppController.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"96"
>
...
...
@@ -1499,11 +1474,21 @@
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/dic/OperateObjectTypeEnum.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
199
"
>
<state
relative-caret-position=
"
463
"
>
<caret
line=
"28"
column=
"1"
lean-forward=
"true"
selection-start-line=
"28"
selection-start-column=
"1"
selection-end-line=
"28"
selection-end-column=
"1"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/util/UserLogThread.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"339"
>
<caret
line=
"34"
column=
"17"
lean-forward=
"false"
selection-start-line=
"34"
selection-start-column=
"17"
selection-end-line=
"34"
selection-end-column=
"17"
/>
<folding>
<element
signature=
"imports"
expanded=
"true"
/>
</folding>
</state>
</provider>
</entry>
</component>
</project>
\ No newline at end of file
src/main/java/util/UserLogThread.java
View file @
1e361435
...
...
@@ -22,11 +22,17 @@ public class UserLogThread
protected
Logger
logger
=
LoggerFactory
.
getLogger
(
UserLogThread
.
class
);
private
UserLogRepository
userLogRepository
=
AppUtils
.
getApplicationContext
().
getBean
(
UserLogRepository
.
class
);
//操作用户
private
String
operaAccount
;
//操作用户名
private
String
accountName
;
//操作对象的类型:OperateObjectTypeEnum
private
String
operateObjectType
;
//客户管理和系统账号管理是操作对象的账号,以后再加别的模块再定
private
String
operateObject
;
//操作类型:“创建账号”“编辑账号”“录入缴费信息”“录入回访信息”“处理过期提醒”等等,如果都定下来有哪些,可以做一个字典
private
String
operateType
;
//为了获取ip及解析地点
private
HttpServletRequest
request
;
/**
...
...
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