Commit 307f8174 by 徐高华

Merge branch 'feature/xgh/bug/1210' into developer

# Conflicts:
#	haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/service/out/impl/DealSyncOperationApiServiceImpl.java
parents abaf30c9 5d1be566
......@@ -561,7 +561,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
}
List<TabHaobanPreDealLog> dealLogList=new ArrayList<>();
String rootPid="0";
if (ids.size()>1) {
if (ids.size()>=1) {
rootPid="-999";
syncId=Integer.valueOf(rootPid);
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