|
@@ -100,7 +100,7 @@ public class TrialSystemDockingServiceImpl extends BaseServiceImpl<TrialSystemDo
|
|
if (longList != null && !longList.isEmpty()) {
|
|
if (longList != null && !longList.isEmpty()) {
|
|
this.update(new UpdateWrapper<TrialSystemDocking>()
|
|
this.update(new UpdateWrapper<TrialSystemDocking>()
|
|
.set("is_deleted", 1)
|
|
.set("is_deleted", 1)
|
|
- .in("id", longList));
|
|
|
|
|
|
+ .in("id", longList).or().in("df_id", longList));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|