|
@@ -65,9 +65,6 @@ public class TargetIdentificationSubtaskDetailsServiceImpl extends BaseServiceIm
|
|
|
(targetIdentificationSubtaskDetailsBo.getLog()));
|
|
|
queryWrapper.and(TARGET_IDENTIFICATION_SUBTASK_DETAILS.REMARKS.eq
|
|
|
(targetIdentificationSubtaskDetailsBo.getRemarks()));
|
|
|
- queryWrapper.and(TARGET_IDENTIFICATION_SUBTASK_DETAILS.SYSTEM.eq
|
|
|
- (targetIdentificationSubtaskDetailsBo.getSystem()));
|
|
|
-
|
|
|
return queryWrapper;
|
|
|
}
|
|
|
|