Commit 5d1be566 by 徐高华

同步部分部门bug

parent eaa05308
...@@ -561,7 +561,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ ...@@ -561,7 +561,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
} }
List<TabHaobanPreDealLog> dealLogList=new ArrayList<>(); List<TabHaobanPreDealLog> dealLogList=new ArrayList<>();
String rootPid="0"; String rootPid="0";
if (ids.size()>1) { if (ids.size()>=1) {
rootPid="-999"; rootPid="-999";
syncId=Integer.valueOf(rootPid); syncId=Integer.valueOf(rootPid);
TabHaobanPreDealLog dealLog = getRootDept(wxEnterpriseId,rootPid,taskId); TabHaobanPreDealLog dealLog = getRootDept(wxEnterpriseId,rootPid,taskId);
......
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