diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/service/plate/PlateServiceImpl.java b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/service/plate/PlateServiceImpl.java index 0c91814b9..25f8584d6 100644 --- a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/service/plate/PlateServiceImpl.java +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/service/plate/PlateServiceImpl.java @@ -409,8 +409,6 @@ public class PlateServiceImpl implements PlateService { .map(json -> JsonUtils.parseObject(json, OrderModelDO.class)) .toList(); - AssertUtils.notEmpty(models, ORDER_PLAN_PLATE_MODEL_DATE_ERROR); - return NoPlanPlateRespVO.builder() .plateList(BeanUtil.copyToList(resultPlateList, PlateDetailRespVO.class)) .plateModels(models)