Ota状态-下拉
This commit is contained in:
+3
-1
@@ -2186,7 +2186,9 @@ public class OtaManageApplyEOServiceImpl extends ServiceImpl<OtaManageApplyEOMap
|
||||
}
|
||||
}
|
||||
}
|
||||
List<OtaManageReceive> otaManageReceiveList = otaManageReceiveService.list();
|
||||
LambdaQueryWrapper<OtaManageReceive> wrapper = new LambdaQueryWrapper<>();
|
||||
wrapper.isNull(OtaManageReceive::getIsDel);
|
||||
List<OtaManageReceive> otaManageReceiveList = otaManageReceiveService.list(wrapper);
|
||||
List<String> plannedBpLaunchBatchList = new ArrayList<>();
|
||||
List<OtaManageApplyEO> otaManageApplyEOList = new ArrayList<>();
|
||||
if(ObjectUtils.isNotEmpty(otaManageReceiveList)){
|
||||
|
||||
Reference in New Issue
Block a user