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
a08a2dd8
Commit
a08a2dd8
authored
Apr 20, 2018
by
manxiaoqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二版
parent
9e68fb65
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
185 additions
and
186 deletions
+185
-186
workspace.xml
.idea/workspace.xml
+149
-167
pom.xml
pom.xml
+19
-15
Account.java
src/main/java/tkio/model/Account.java
+9
-0
AccountServiceImpl.java
src/main/java/tkio/service/impl/AccountServiceImpl.java
+8
-4
No files found.
.idea/workspace.xml
View file @
a08a2dd8
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"e2e217e2-2dd6-4c6f-ad19-b1cba46bc7ad"
name=
"Default"
comment=
"二版 "
>
<list
default=
"true"
id=
"e2e217e2-2dd6-4c6f-ad19-b1cba46bc7ad"
name=
"Default"
comment=
""
>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/common/model/ContractIncrement.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/common/model/IOAccount4Web.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/common/repository/ContractIncrementRepository.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/common/repository/IOAccount4WebRepository.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/dic/ContractStatusEnum.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/model/Crowd.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/model/IncrementFlow.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/repository/CrowdRepository.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/repository/IncrementFlowRepository.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/controller/IoAccountController.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/model/Account.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/model/App.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/model/Auth.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/model/DataAuth.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/model/PackageType.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/model/RoleAuth.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/model/RoleAuthDetail.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/model/SalesManLeader.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/repository/IOAccountRepository.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/repository/IOAppRepository.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/repository/IODataAuthRepository.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/repository/IOPackageTypeRepository.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/repository/IORoleAuthDetailRepository.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/repository/IORoleAuthRepository.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/repository/IOSalesManLeaderRepository.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/service/AccountIOService.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/service/IOAccountService.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/service/IOSalesManService.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/service/impl/AccountIOServiceImpl.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/service/impl/IOAccountServiceImpl.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/service/impl/IOSaleManServiceImpl.java"
/>
<change
type=
"NEW"
beforePath=
""
afterPath=
"$PROJECT_DIR$/src/main/java/userio/task/IOAccountTask.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
/>
<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/ContractController.java"
afterPath=
"$PROJECT_DIR$/src/main/java/common/controller/ContractController.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/pom.xml"
afterPath=
"$PROJECT_DIR$/pom.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/common/model/Account4Web.java"
afterPath=
"$PROJECT_DIR$/src/main/java/common/model/Account4Web.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/tkio/model/Account.java"
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/model/Account.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/common/model/Contract.java"
afterPath=
"$PROJECT_DIR$/src/main/java/common/model/Contract.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/tkio/service/impl/AccountServiceImpl.java"
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/service/impl/AccountServiceImpl.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/common/repository/ContractRepository.java"
afterPath=
"$PROJECT_DIR$/src/main/java/common/repository/ContractRepository.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/common/repository/PressMoneyRepository.java"
afterPath=
"$PROJECT_DIR$/src/main/java/common/repository/PressMoneyRepository.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/common/repository/UserRepository.java"
afterPath=
"$PROJECT_DIR$/src/main/java/common/repository/UserRepository.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/common/service/ContractService.java"
afterPath=
"$PROJECT_DIR$/src/main/java/common/service/ContractService.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/common/service/impl/ContractServiceImpl.java"
afterPath=
"$PROJECT_DIR$/src/main/java/common/service/impl/ContractServiceImpl.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/common/service/impl/UserServiceImpl.java"
afterPath=
"$PROJECT_DIR$/src/main/java/common/service/impl/UserServiceImpl.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/dic/RoleEnum.java"
afterPath=
"$PROJECT_DIR$/src/main/java/dic/RoleEnum.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/security/interceptor/AuthorizationInterceptor.java"
afterPath=
"$PROJECT_DIR$/src/main/java/security/interceptor/AuthorizationInterceptor.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/tkio/controller/TkioAccountController.java"
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/controller/TkioAccountController.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/tkio/model/PackageType.java"
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/model/PackageType.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/tkio/repository/AccountRepository.java"
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/repository/AccountRepository.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/tkio/service/TkioAccountService.java"
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/service/TkioAccountService.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/tkio/service/impl/AccountFlowRestrictServiceImpl.java"
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/service/impl/AccountFlowRestrictServiceImpl.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/tkio/service/impl/TkioAccountServiceImpl.java"
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/service/impl/TkioAccountServiceImpl.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/tkio/task/AccountTask.java"
afterPath=
"$PROJECT_DIR$/src/main/java/tkio/task/AccountTask.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/java/track/service/impl/TrackAccountServiceImpl.java"
afterPath=
"$PROJECT_DIR$/src/main/java/track/service/impl/TrackAccountServiceImpl.java"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/resources/rest-servlet.xml"
afterPath=
"$PROJECT_DIR$/src/main/resources/rest-servlet.xml"
/>
<change
type=
"MODIFICATION"
beforePath=
"$PROJECT_DIR$/src/main/resources/spring/applicationContext-schedule.xml"
afterPath=
"$PROJECT_DIR$/src/main/resources/spring/applicationContext-schedule.xml"
/>
</list>
</list>
<ignored
path=
"$PROJECT_DIR$/target/"
/>
<ignored
path=
"$PROJECT_DIR$/target/"
/>
<option
name=
"EXCLUDED_CONVERTED_TO_IGNORED"
value=
"true"
/>
<option
name=
"EXCLUDED_CONVERTED_TO_IGNORED"
value=
"true"
/>
...
@@ -76,92 +26,88 @@
...
@@ -76,92 +26,88 @@
<component
name=
"ExecutionTargetManager"
SELECTED_TARGET=
"default_target"
/>
<component
name=
"ExecutionTargetManager"
SELECTED_TARGET=
"default_target"
/>
<component
name=
"FileEditorManager"
>
<component
name=
"FileEditorManager"
>
<leaf
SIDE_TABS_SIZE_LIMIT_KEY=
"300"
>
<leaf
SIDE_TABS_SIZE_LIMIT_KEY=
"300"
>
<file
leaf-file-name=
"Contract
Service
.java"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"Contract
Controller
.java"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/
service/ContractService
.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/
controller/ContractController
.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"1
83
"
>
<state
relative-caret-position=
"1
61
"
>
<caret
line=
"
27"
column=
"13"
lean-forward=
"false"
selection-start-line=
"27"
selection-start-column=
"13"
selection-end-line=
"27"
selection-end-column=
"13
"
/>
<caret
line=
"
187"
column=
"40"
lean-forward=
"false"
selection-start-line=
"187"
selection-start-column=
"40"
selection-end-line=
"187"
selection-end-column=
"40
"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"ContractService
Impl.java"
pinned=
"false"
current-in-tab=
"tru
e"
>
<file
leaf-file-name=
"ContractService
.java"
pinned=
"false"
current-in-tab=
"fals
e"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/service/
impl/ContractServiceImpl
.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/service/
ContractService
.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"1
83
"
>
<state
relative-caret-position=
"1
94
"
>
<caret
line=
"
342"
column=
"23"
lean-forward=
"false"
selection-start-line=
"342"
selection-start-column=
"20"
selection-end-line=
"342"
selection-end-column=
"2
3"
/>
<caret
line=
"
27"
column=
"13"
lean-forward=
"false"
selection-start-line=
"27"
selection-start-column=
"13"
selection-end-line=
"27"
selection-end-column=
"1
3"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
IncrementFlowRepository
.java"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"
ContractServiceImpl
.java"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/
tkio/repository/IncrementFlowRepository
.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/
common/service/impl/ContractServiceImpl
.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
253
"
>
<state
relative-caret-position=
"
148
"
>
<caret
line=
"
17"
column=
"25"
lean-forward=
"false"
selection-start-line=
"17"
selection-start-column=
"18"
selection-end-line=
"17"
selection-end-column=
"25
"
/>
<caret
line=
"
216"
column=
"29"
lean-forward=
"false"
selection-start-line=
"216"
selection-start-column=
"29"
selection-end-line=
"216"
selection-end-column=
"29
"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
Tkio
AccountService.java"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"AccountService.java"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/service/
Tkio
AccountService.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/service/AccountService.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"573"
>
<state
relative-caret-position=
"230"
>
<caret
line=
"50"
column=
"14"
lean-forward=
"false"
selection-start-line=
"50"
selection-start-column=
"14"
selection-end-line=
"50"
selection-end-column=
"14"
/>
<caret
line=
"10"
column=
"12"
lean-forward=
"false"
selection-start-line=
"10"
selection-start-column=
"12"
selection-end-line=
"10"
selection-end-column=
"12"
/>
<folding
/>
<folding>
<element
signature=
"imports"
expanded=
"true"
/>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
IOAccountService
.java"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"
AccountServiceImpl
.java"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/
userio/service/IOAccountService
.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/
tkio/service/impl/AccountServiceImpl
.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
1081
"
>
<state
relative-caret-position=
"
470
"
>
<caret
line=
"
50"
column=
"9"
lean-forward=
"false"
selection-start-line=
"50"
selection-start-column=
"9"
selection-end-line=
"50"
selection-end-column=
"
9"
/>
<caret
line=
"
61"
column=
"29"
lean-forward=
"true"
selection-start-line=
"61"
selection-start-column=
"29"
selection-end-line=
"61"
selection-end-column=
"2
9"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
ContractRepository.java
"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"
logback.xml
"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/
java/common/repository/ContractRepository.java
"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/
resources/logback/product/logback.xml
"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"18
3
"
>
<state
relative-caret-position=
"18
4
"
>
<caret
line=
"
36"
column=
"27"
lean-forward=
"false"
selection-start-line=
"36"
selection-start-column=
"27"
selection-end-line=
"36"
selection-end-column=
"27
"
/>
<caret
line=
"
8"
column=
"24"
lean-forward=
"true"
selection-start-line=
"8"
selection-start-column=
"24"
selection-end-line=
"8"
selection-end-column=
"24
"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"
IOAccountServiceImpl.java"
pinned=
"false"
current-in-tab=
"fals
e"
>
<file
leaf-file-name=
"
pom.xml"
pinned=
"false"
current-in-tab=
"tru
e"
>
<entry
file=
"file://$PROJECT_DIR$/
src/main/java/userio/service/impl/IOAccountServiceImpl.java
"
>
<entry
file=
"file://$PROJECT_DIR$/
pom.xml
"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
620
"
>
<state
relative-caret-position=
"
-23
"
>
<caret
line=
"1
37"
column=
"67"
lean-forward=
"true"
selection-start-line=
"137"
selection-start-column=
"67"
selection-end-line=
"137"
selection-end-column=
"67
"
/>
<caret
line=
"1
07"
column=
"85"
lean-forward=
"false"
selection-start-line=
"107"
selection-start-column=
"85"
selection-end-line=
"107"
selection-end-column=
"85
"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
</file>
</file>
<file
leaf-file-name=
"TkioAccountServiceImpl.java"
pinned=
"false"
current-in-tab=
"false"
>
<file
leaf-file-name=
"Account.java"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/service/impl/TkioAccountServiceImpl.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/model/Account.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"7779"
>
<caret
line=
"514"
column=
"59"
lean-forward=
"true"
selection-start-line=
"514"
selection-start-column=
"59"
selection-end-line=
"514"
selection-end-column=
"59"
/>
<folding
/>
</state>
</provider>
</entry>
</file>
<file
leaf-file-name=
"ContractController.java"
pinned=
"false"
current-in-tab=
"false"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/controller/ContractController.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"161"
>
<state
relative-caret-position=
"161"
>
<caret
line=
"187"
column=
"40"
lean-forward=
"true"
selection-start-line=
"187"
selection-start-column=
"40"
selection-end-line=
"187"
selection-end-column=
"40"
/>
<caret
line=
"72"
column=
"41"
lean-forward=
"false"
selection-start-line=
"72"
selection-start-column=
"41"
selection-end-line=
"72"
selection-end-column=
"41"
/>
<folding
/>
<folding>
<element
signature=
"e#2175#2176#0"
expanded=
"true"
/>
<element
signature=
"e#2235#2236#0"
expanded=
"true"
/>
<element
signature=
"e#2280#2281#0"
expanded=
"true"
/>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
...
@@ -229,9 +175,6 @@
...
@@ -229,9 +175,6 @@
<component
name=
"IdeDocumentHistory"
>
<component
name=
"IdeDocumentHistory"
>
<option
name=
"CHANGED_PATHS"
>
<option
name=
"CHANGED_PATHS"
>
<list>
<list>
<option
value=
"$PROJECT_DIR$/src/main/java/userio/repository/AccountRepository.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/userio/repository/AppRepository.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/userio/repository/DataAuthRepository.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/userio/repository/PackageTypeRepository.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/userio/repository/PackageTypeRepository.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/userio/repository/RoleAuthRepository.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/userio/repository/RoleAuthRepository.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/userio/repository/SalesManLeaderRepository.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/userio/repository/SalesManLeaderRepository.java"
/>
...
@@ -280,6 +223,9 @@
...
@@ -280,6 +223,9 @@
<option
value=
"$PROJECT_DIR$/src/main/java/tkio/model/IncrementFlow.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/tkio/model/IncrementFlow.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/tkio/repository/IncrementFlowRepository.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/tkio/repository/IncrementFlowRepository.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/common/service/impl/ContractServiceImpl.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/common/service/impl/ContractServiceImpl.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/tkio/model/Account.java"
/>
<option
value=
"$PROJECT_DIR$/src/main/java/tkio/service/impl/AccountServiceImpl.java"
/>
<option
value=
"$PROJECT_DIR$/pom.xml"
/>
</list>
</list>
</option>
</option>
</component>
</component>
...
@@ -526,6 +472,36 @@
...
@@ -526,6 +472,36 @@
<option
name=
"myItemId"
value=
"logback"
/>
<option
name=
"myItemId"
value=
"logback"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"product"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
</PATH>
<PATH>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"manager"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"src"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"main"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"resources"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
<PATH_ELEMENT>
<option
name=
"myItemId"
value=
"logback"
/>
<option
name=
"myItemType"
value=
"com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode"
/>
</PATH_ELEMENT>
</PATH>
</PATH>
<PATH>
<PATH>
<PATH_ELEMENT>
<PATH_ELEMENT>
...
@@ -1202,14 +1178,7 @@
...
@@ -1202,14 +1178,7 @@
<workItem
from=
"1517902340876"
duration=
"6159000"
/>
<workItem
from=
"1517902340876"
duration=
"6159000"
/>
<workItem
from=
"1522052551509"
duration=
"4324000"
/>
<workItem
from=
"1522052551509"
duration=
"4324000"
/>
<workItem
from=
"1523843445576"
duration=
"7238000"
/>
<workItem
from=
"1523843445576"
duration=
"7238000"
/>
<workItem
from=
"1523876594256"
duration=
"57397000"
/>
<workItem
from=
"1523876594256"
duration=
"61685000"
/>
</task>
<task
id=
"LOCAL-00048"
summary=
"合同"
>
<created>
1516244162355
</created>
<option
name=
"number"
value=
"00048"
/>
<option
name=
"presentableId"
value=
"LOCAL-00048"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1516244162355
</updated>
</task>
</task>
<task
id=
"LOCAL-00049"
summary=
"合同"
>
<task
id=
"LOCAL-00049"
summary=
"合同"
>
<created>
1516272512766
</created>
<created>
1516272512766
</created>
...
@@ -1547,15 +1516,22 @@
...
@@ -1547,15 +1516,22 @@
<option
name=
"project"
value=
"LOCAL"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1523523896705
</updated>
<updated>
1523523896705
</updated>
</task>
</task>
<option
name=
"localTasksCounter"
value=
"97"
/>
<task
id=
"LOCAL-00097"
summary=
"二版 "
>
<created>
1524189027662
</created>
<option
name=
"number"
value=
"00097"
/>
<option
name=
"presentableId"
value=
"LOCAL-00097"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1524189027662
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"98"
/>
<servers
/>
<servers
/>
</component>
</component>
<component
name=
"TimeTrackingManager"
>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"44
4744
000"
/>
<option
name=
"totallyTimeSpent"
value=
"44
9032
000"
/>
</component>
</component>
<component
name=
"ToolWindowManager"
>
<component
name=
"ToolWindowManager"
>
<frame
x=
"-8"
y=
"-8"
width=
"1382"
height=
"744"
extended-state=
"6"
/>
<frame
x=
"-8"
y=
"-8"
width=
"1382"
height=
"744"
extended-state=
"6"
/>
<editor
active=
"
fals
e"
/>
<editor
active=
"
tru
e"
/>
<layout>
<layout>
<window_info
id=
"Palette"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"8"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Palette"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"8"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Nl-Palette"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Nl-Palette"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
...
@@ -1574,11 +1550,11 @@
...
@@ -1574,11 +1550,11 @@
<window_info
id=
"Image Layers"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Image Layers"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Java Enterprise"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Java Enterprise"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"1"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Capture Analysis"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"5"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Capture Analysis"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"5"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Version Control"
active=
"
true"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"tru
e"
show_stripe_button=
"true"
weight=
"0.5155483"
sideWeight=
"0.49546143"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Version Control"
active=
"
false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"fals
e"
show_stripe_button=
"true"
weight=
"0.5155483"
sideWeight=
"0.49546143"
order=
"2"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Run"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33387887"
sideWeight=
"0.49016643"
order=
"9"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Run"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33387887"
sideWeight=
"0.49016643"
order=
"9"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Spring"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.3289689"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Spring"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.3289689"
sideWeight=
"0.5"
order=
"3"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Terminal"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.5581015"
sideWeight=
"0.5"
order=
"5"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Terminal"
active=
"false"
anchor=
"bottom"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.5581015"
sideWeight=
"0.5"
order=
"5"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Project"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"
tru
e"
show_stripe_button=
"true"
weight=
"0.2927383"
sideWeight=
"0.5"
order=
"8"
side_tool=
"false"
content_ui=
"combo"
/>
<window_info
id=
"Project"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"
fals
e"
show_stripe_button=
"true"
weight=
"0.2927383"
sideWeight=
"0.5"
order=
"8"
side_tool=
"false"
content_ui=
"combo"
/>
<window_info
id=
"Bean Validation"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.32980332"
sideWeight=
"0.5"
order=
"6"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Bean Validation"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.32980332"
sideWeight=
"0.5"
order=
"6"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Web"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"4"
side_tool=
"true"
content_ui=
"tabs"
/>
<window_info
id=
"Web"
active=
"false"
anchor=
"left"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"4"
side_tool=
"true"
content_ui=
"tabs"
/>
<window_info
id=
"Theme Preview"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
<window_info
id=
"Theme Preview"
active=
"false"
anchor=
"right"
auto_hide=
"false"
internal_type=
"DOCKED"
type=
"DOCKED"
visible=
"false"
show_stripe_button=
"true"
weight=
"0.33"
sideWeight=
"0.5"
order=
"7"
side_tool=
"false"
content_ui=
"tabs"
/>
...
@@ -1705,30 +1681,6 @@
...
@@ -1705,30 +1681,6 @@
<option
name=
"FILTER_TARGETS"
value=
"false"
/>
<option
name=
"FILTER_TARGETS"
value=
"false"
/>
</component>
</component>
<component
name=
"editorHistoryManager"
>
<component
name=
"editorHistoryManager"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/model/SalesManLeader.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"-163"
>
<caret
line=
"7"
column=
"13"
lean-forward=
"false"
selection-start-line=
"7"
selection-start-column=
"13"
selection-end-line=
"7"
selection-end-column=
"13"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/util/NewUserLogThread.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"254"
>
<caret
line=
"31"
column=
"32"
lean-forward=
"false"
selection-start-line=
"31"
selection-start-column=
"19"
selection-end-line=
"31"
selection-end-column=
"32"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/userio/service/impl/IOSaleManServiceImpl.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"366"
>
<caret
line=
"22"
column=
"30"
lean-forward=
"true"
selection-start-line=
"22"
selection-start-column=
"30"
selection-end-line=
"22"
selection-end-column=
"30"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/userio/service/IOSalesManService.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/userio/service/IOSalesManService.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"138"
>
<state
relative-caret-position=
"138"
>
...
@@ -1769,14 +1721,6 @@
...
@@ -1769,14 +1721,6 @@
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/service/impl/AccountServiceImpl.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"391"
>
<caret
line=
"29"
column=
"0"
lean-forward=
"true"
selection-start-line=
"29"
selection-start-column=
"0"
selection-end-line=
"29"
selection-end-column=
"0"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/controller/UserController.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/controller/UserController.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"56"
>
<state
relative-caret-position=
"56"
>
...
@@ -2021,14 +1965,6 @@
...
@@ -2021,14 +1965,6 @@
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/service/AccountService.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"69"
>
<caret
line=
"3"
column=
"0"
lean-forward=
"false"
selection-start-line=
"3"
selection-start-column=
"0"
selection-end-line=
"3"
selection-end-column=
"26"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/userio/service/impl/AccountIOServiceImpl.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/userio/service/impl/AccountIOServiceImpl.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"274"
>
<state
relative-caret-position=
"274"
>
...
@@ -2095,47 +2031,93 @@
...
@@ -2095,47 +2031,93 @@
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/model/IncrementFlow.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"734"
>
<caret
line=
"62"
column=
"37"
lean-forward=
"false"
selection-start-line=
"62"
selection-start-column=
"37"
selection-end-line=
"62"
selection-end-column=
"37"
/>
<folding>
<element
signature=
"imports"
expanded=
"true"
/>
<element
signature=
"e#1199#1200#0"
expanded=
"true"
/>
<element
signature=
"e#1255#1256#0"
expanded=
"true"
/>
<element
signature=
"e#1303#1304#0"
expanded=
"true"
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/repository/IncrementFlowRepository.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"253"
>
<caret
line=
"17"
column=
"25"
lean-forward=
"false"
selection-start-line=
"17"
selection-start-column=
"18"
selection-end-line=
"17"
selection-end-column=
"25"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/controller/ContractController.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/controller/ContractController.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"161"
>
<state
relative-caret-position=
"161"
>
<caret
line=
"187"
column=
"40"
lean-forward=
"
tru
e"
selection-start-line=
"187"
selection-start-column=
"40"
selection-end-line=
"187"
selection-end-column=
"40"
/>
<caret
line=
"187"
column=
"40"
lean-forward=
"
fals
e"
selection-start-line=
"187"
selection-start-column=
"40"
selection-end-line=
"187"
selection-end-column=
"40"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/service/ContractService.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/service/ContractService.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"1
83
"
>
<state
relative-caret-position=
"1
94
"
>
<caret
line=
"27"
column=
"13"
lean-forward=
"false"
selection-start-line=
"27"
selection-start-column=
"13"
selection-end-line=
"27"
selection-end-column=
"13"
/>
<caret
line=
"27"
column=
"13"
lean-forward=
"false"
selection-start-line=
"27"
selection-start-column=
"13"
selection-end-line=
"27"
selection-end-column=
"13"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/
tkio/model/IncrementFlow
.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/
common/service/impl/ContractServiceImpl
.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"734"
>
<state
relative-caret-position=
"148"
>
<caret
line=
"62"
column=
"37"
lean-forward=
"false"
selection-start-line=
"62"
selection-start-column=
"37"
selection-end-line=
"62"
selection-end-column=
"37"
/>
<caret
line=
"216"
column=
"29"
lean-forward=
"false"
selection-start-line=
"216"
selection-start-column=
"29"
selection-end-line=
"216"
selection-end-column=
"29"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/service/AccountService.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"230"
>
<caret
line=
"10"
column=
"12"
lean-forward=
"false"
selection-start-line=
"10"
selection-start-column=
"12"
selection-end-line=
"10"
selection-end-column=
"12"
/>
<folding>
<folding>
<element
signature=
"imports"
expanded=
"true"
/>
<element
signature=
"imports"
expanded=
"true"
/>
<element
signature=
"e#1199#1200#0"
expanded=
"true"
/>
<element
signature=
"e#1255#1256#0"
expanded=
"true"
/>
<element
signature=
"e#1303#1304#0"
expanded=
"true"
/>
</folding>
</folding>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/
repository/IncrementFlowRepository
.java"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/
model/Account
.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"253"
>
<state
relative-caret-position=
"161"
>
<caret
line=
"17"
column=
"25"
lean-forward=
"false"
selection-start-line=
"17"
selection-start-column=
"18"
selection-end-line=
"17"
selection-end-column=
"25"
/>
<caret
line=
"72"
column=
"41"
lean-forward=
"false"
selection-start-line=
"72"
selection-start-column=
"41"
selection-end-line=
"72"
selection-end-column=
"41"
/>
<folding>
<element
signature=
"e#2175#2176#0"
expanded=
"true"
/>
<element
signature=
"e#2235#2236#0"
expanded=
"true"
/>
<element
signature=
"e#2280#2281#0"
expanded=
"true"
/>
</folding>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/tkio/service/impl/AccountServiceImpl.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"470"
>
<caret
line=
"61"
column=
"29"
lean-forward=
"true"
selection-start-line=
"61"
selection-start-column=
"29"
selection-end-line=
"61"
selection-end-column=
"29"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
</entry>
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/
java/common/service/impl/ContractServiceImpl.java
"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/
resources/logback/product/logback.xml
"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"183"
>
<state
relative-caret-position=
"184"
>
<caret
line=
"342"
column=
"23"
lean-forward=
"false"
selection-start-line=
"342"
selection-start-column=
"20"
selection-end-line=
"342"
selection-end-column=
"23"
/>
<caret
line=
"8"
column=
"24"
lean-forward=
"true"
selection-start-line=
"8"
selection-start-column=
"24"
selection-end-line=
"8"
selection-end-column=
"24"
/>
<folding
/>
</state>
</provider>
</entry>
<entry
file=
"file://$PROJECT_DIR$/pom.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"-23"
>
<caret
line=
"107"
column=
"85"
lean-forward=
"false"
selection-start-line=
"107"
selection-start-column=
"85"
selection-end-line=
"107"
selection-end-column=
"85"
/>
<folding
/>
<folding
/>
</state>
</state>
</provider>
</provider>
...
...
pom.xml
View file @
a08a2dd8
...
@@ -93,25 +93,29 @@
...
@@ -93,25 +93,29 @@
<!--数据源配置-->
<!--数据源配置-->
<datasource.driver>
com.mysql.jdbc.Driver
</datasource.driver>
<datasource.driver>
com.mysql.jdbc.Driver
</datasource.driver>
<!--//office-->
<!--//office-->
<default.datasource.url>
jdbc:mysql://
testreyun.cjxbwnaf9ore.rds.cn-northwest
-1.amazonaws.com.cn:3306/manager?characterEncoding=utf-8
</default.datasource.url>
<default.datasource.url>
jdbc:mysql://
io-split-rds.c42s8pkbxrdg.rds.cn-north
-1.amazonaws.com.cn:3306/manager?characterEncoding=utf-8
</default.datasource.url>
<default.datasource.username>
reyun
test
</default.datasource.username>
<default.datasource.username>
reyun
</default.datasource.username>
<default.datasource.password>
reyun
test
</default.datasource.password>
<default.datasource.password>
reyun
123
</default.datasource.password>
<office.url>
jdbc:mysql://
testreyun.cjxbwnaf9ore.rds.cn-northwest
-1.amazonaws.com.cn:3306/office?characterEncoding=utf-8
</office.url>
<office.url>
jdbc:mysql://
io-split-rds.c42s8pkbxrdg.rds.cn-north
-1.amazonaws.com.cn:3306/office?characterEncoding=utf-8
</office.url>
<office.username>
reyun
test
</office.username>
<office.username>
reyun
</office.username>
<office.password>
reyun
test
</office.password>
<office.password>
reyun
123
</office.password>
<tkio.url>
jdbc:mysql://
testreyun.cjxbwnaf9ore.rds.cn-northwest
-1.amazonaws.com.cn:3306/trackingio_test?characterEncoding=utf-8
</tkio.url>
<tkio.url>
jdbc:mysql://
io-split-rds.c42s8pkbxrdg.rds.cn-north
-1.amazonaws.com.cn:3306/trackingio_test?characterEncoding=utf-8
</tkio.url>
<tkio.username>
reyun
test
</tkio.username>
<tkio.username>
reyun
</tkio.username>
<tkio.password>
reyun
test
</tkio.password>
<tkio.password>
reyun
123
</tkio.password>
<track.url>
jdbc:mysql://
testreyun.cjxbwnaf9ore.rds.cn-northwest
-1.amazonaws.com.cn:3306/track_test?characterEncoding=utf-8
</track.url>
<track.url>
jdbc:mysql://
io-split-rds.c42s8pkbxrdg.rds.cn-north
-1.amazonaws.com.cn:3306/track_test?characterEncoding=utf-8
</track.url>
<track.username>
reyun
test
</track.username>
<track.username>
reyun
</track.username>
<track.password>
reyun
test
</track.password>
<track.password>
reyun
123
</track.password>
<dmp.url>
jdbc:mysql://testreyun.cjxbwnaf9ore.rds.cn-northwest-1.amazonaws.com.cn:3306/manager?characterEncoding=utf-8
</dmp.url>
<dmp.url>
jdbc:mysql://io-split-rds.c42s8pkbxrdg.rds.cn-north-1.amazonaws.com.cn:3306/manager?characterEncoding=utf-8
</dmp.url>
<dmp.username>
reyuntest
</dmp.username>
<dmp.username>
reyun
</dmp.username>
<dmp.password>
reyuntest
</dmp.password>
<dmp.password>
reyun123
</dmp.password>
<io.url>
jdbc:mysql://io-split-rds.c42s8pkbxrdg.rds.cn-north-1.amazonaws.com.cn:3306/userio?characterEncoding=utf-8
</io.url>
<io.username>
reyun
</io.username>
<io.password>
reyun123
</io.password>
<mail.host>
smtp.exmail.qq.com
</mail.host>
<mail.host>
smtp.exmail.qq.com
</mail.host>
<mail.username>
manxiaoqiang@reyun.com
</mail.username>
<mail.username>
manxiaoqiang@reyun.com
</mail.username>
...
...
src/main/java/tkio/model/Account.java
View file @
a08a2dd8
...
@@ -68,6 +68,15 @@ public class Account {
...
@@ -68,6 +68,15 @@ public class Account {
private
Boolean
isFlowRestrict
;
private
Boolean
isFlowRestrict
;
private
String
modifyPricelevelTime
;
private
String
modifyPricelevelTime
;
private
Boolean
newContract
;
private
Boolean
newContract
;
private
Boolean
startByContract
;
public
Boolean
getStartByContract
()
{
return
startByContract
;
}
public
void
setStartByContract
(
Boolean
startByContract
)
{
this
.
startByContract
=
startByContract
;
}
public
Boolean
getFlowRestrict
()
{
public
Boolean
getFlowRestrict
()
{
return
isFlowRestrict
;
return
isFlowRestrict
;
...
...
src/main/java/tkio/service/impl/AccountServiceImpl.java
View file @
a08a2dd8
...
@@ -28,13 +28,17 @@ public class AccountServiceImpl implements AccountService {
...
@@ -28,13 +28,17 @@ public class AccountServiceImpl implements AccountService {
String
today
=
DateUtil
.
getBeforeDays
(
0
);
String
today
=
DateUtil
.
getBeforeDays
(
0
);
Date
pubDate
=
DateUtil
.
getDate
(
contract
.
getStartDate
());
Date
pubDate
=
DateUtil
.
getDate
(
contract
.
getStartDate
());
account
.
setPastDate
(
contract
.
getEndDate
());
account
.
setNewContract
(
true
);
account
.
setPubDate
(
pubDate
);
account
.
setPubDate
(
pubDate
);
account
.
setModifyPricelevelTime
(
contract
.
getStartDate
());
account
.
setPastDate
(
contract
.
getEndDate
());
account
.
setPricelevel
(
contract
.
getPriceLevel
());
account
.
setModifyTime
(
new
Date
());
account
.
setModifyTime
(
new
Date
());
account
.
setModifyAccount
(
0
l
);
account
.
setModifyAccount
(
0
l
);
account
.
setPricelevel
(
contract
.
getPriceLevel
());
if
(
account
.
getStartByContract
()){
account
.
setNewContract
(
true
);
account
.
setModifyPricelevelTime
(
contract
.
getStartDate
());
}
if
(!(
contract
.
getEndDate
().
compareTo
(
today
)
<
0
)){
if
(!(
contract
.
getEndDate
().
compareTo
(
today
)
<
0
)){
account
.
setStatus
(
1
);
account
.
setStatus
(
1
);
}
}
...
...
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