Commit 131793d4 by manxiaoqiang

app排序

parent bb4d9bc1
......@@ -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="183">
<caret line="272" column="23" lean-forward="false" selection-start-line="272" selection-start-column="23" selection-end-line="272" selection-end-column="23" />
<state relative-caret-position="137">
<caret line="267" column="23" lean-forward="false" selection-start-line="267" selection-start-column="23" selection-end-line="267" selection-end-column="23" />
<folding />
</state>
</provider>
......@@ -1302,14 +1302,7 @@
<workItem from="1516843795236" duration="8291000" />
<workItem from="1516932422302" duration="5866000" />
<workItem from="1517189406074" duration="8333000" />
<workItem from="1517275427548" duration="11086000" />
</task>
<task id="LOCAL-00015" summary="test pom">
<created>1514893773558</created>
<option name="number" value="00015" />
<option name="presentableId" value="LOCAL-00015" />
<option name="project" value="LOCAL" />
<updated>1514893773558</updated>
<workItem from="1517275427548" duration="11415000" />
</task>
<task id="LOCAL-00016" summary="发邮件">
<created>1514966556862</created>
......@@ -1647,11 +1640,18 @@
<option name="project" value="LOCAL" />
<updated>1517302015547</updated>
</task>
<option name="localTasksCounter" value="64" />
<task id="LOCAL-00064" summary="app排序">
<created>1517309281095</created>
<option name="number" value="00064" />
<option name="presentableId" value="LOCAL-00064" />
<option name="project" value="LOCAL" />
<updated>1517309281095</updated>
</task>
<option name="localTasksCounter" value="65" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="297372000" />
<option name="totallyTimeSpent" value="297701000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1382" height="744" extended-state="6" />
......@@ -2256,8 +2256,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="183">
<caret line="272" column="23" lean-forward="false" selection-start-line="272" selection-start-column="23" selection-end-line="272" selection-end-column="23" />
<state relative-caret-position="137">
<caret line="267" column="23" lean-forward="false" selection-start-line="267" selection-start-column="23" selection-end-line="267" selection-end-column="23" />
<folding />
</state>
</provider>
......
......@@ -265,7 +265,7 @@ public class ContractServiceImpl implements ContractService{
contract.setRebate(f1);
//同步修改trackingio的数据
if(resource.getPlatform().equals("tkio")){
if(contract.getPlatform().equals("tkio")){
accountService.update(contract);
}
}else{
......
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