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
cea61169
Commit
cea61169
authored
Apr 23, 2018
by
manxiaoqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
838f61c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
13 deletions
+14
-13
workspace.xml
.idea/workspace.xml
+13
-13
ContractServiceImpl.java
src/main/java/common/service/impl/ContractServiceImpl.java
+1
-0
No files found.
.idea/workspace.xml
View file @
cea61169
...
...
@@ -57,8 +57,8 @@
<file
leaf-file-name=
"ContractServiceImpl.java"
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/service/impl/ContractServiceImpl.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
-1081
"
>
<caret
line=
"
208"
column=
"49"
lean-forward=
"false"
selection-start-line=
"208"
selection-start-column=
"49"
selection-end-line=
"208"
selection-end-column=
"49
"
/>
<state
relative-caret-position=
"
299
"
>
<caret
line=
"
193"
column=
"57"
lean-forward=
"true"
selection-start-line=
"193"
selection-start-column=
"57"
selection-end-line=
"193"
selection-end-column=
"57
"
/>
<folding
/>
</state>
</provider>
...
...
@@ -1302,13 +1302,6 @@
<workItem
from=
"1523843445576"
duration=
"7238000"
/>
<workItem
from=
"1523876594256"
duration=
"75800000"
/>
</task>
<task
id=
"LOCAL-00055"
summary=
"合同"
>
<created>
1516676016551
</created>
<option
name=
"number"
value=
"00055"
/>
<option
name=
"presentableId"
value=
"LOCAL-00055"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1516676016551
</updated>
</task>
<task
id=
"LOCAL-00056"
summary=
"合同"
>
<created>
1516955508508
</created>
<option
name=
"number"
value=
"00056"
/>
...
...
@@ -1645,11 +1638,18 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1524452814567
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"104"
/>
<task
id=
"LOCAL-00104"
summary=
"2 "
>
<created>
1524470845494
</created>
<option
name=
"number"
value=
"00104"
/>
<option
name=
"presentableId"
value=
"LOCAL-00104"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1524470845494
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"105"
/>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"466
192
000"
/>
<option
name=
"totallyTimeSpent"
value=
"466
526
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"-8"
y=
"-8"
width=
"1382"
height=
"744"
extended-state=
"6"
/>
...
...
@@ -2206,8 +2206,8 @@
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/java/common/service/impl/ContractServiceImpl.java"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
-1081
"
>
<caret
line=
"
208"
column=
"49"
lean-forward=
"false"
selection-start-line=
"208"
selection-start-column=
"49"
selection-end-line=
"208"
selection-end-column=
"49
"
/>
<state
relative-caret-position=
"
299
"
>
<caret
line=
"
193"
column=
"57"
lean-forward=
"true"
selection-start-line=
"193"
selection-start-column=
"57"
selection-end-line=
"193"
selection-end-column=
"57
"
/>
<folding
/>
</state>
</provider>
...
...
src/main/java/common/service/impl/ContractServiceImpl.java
View file @
cea61169
...
...
@@ -191,6 +191,7 @@ public class ContractServiceImpl implements ContractService{
contract
.
setCustomerBody
(
account
.
getCompany
());
contract
.
setType
(
"increment"
);
contract
.
setPlatform
(
"tkio"
);
contract
.
setStartDate
(
DateUtil
.
getBeforeDays
(
0
));
ContractIncrement
contractIncrement
=
contractIncrementRepository
.
findByCode
(
contract
.
getPriceLevelName
());
contract
.
setPriceLevel
(
contractIncrement
.
getId
());
Contract
contract1
=
create
(
null
,
contract
);
...
...
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