|
@@ -329,12 +329,12 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
|
|
|
success = releaseProductByBatchDao.getCountPublisherUuAndBatchAndReleaseCode(userUU, batch, ReleaseStatus.success.value());
|
|
success = releaseProductByBatchDao.getCountPublisherUuAndBatchAndReleaseCode(userUU, batch, ReleaseStatus.success.value());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ String publish = publishByBatch(batch, isPcb);
|
|
|
modelMap.put("total", total);
|
|
modelMap.put("total", total);
|
|
|
modelMap.put("success", success);
|
|
modelMap.put("success", success);
|
|
|
modelMap.put("failure", failure);
|
|
modelMap.put("failure", failure);
|
|
|
modelMap.put("filter", filter);
|
|
modelMap.put("filter", filter);
|
|
|
- modelMap.put("batch", batch);
|
|
|
|
|
|
|
+ modelMap.put("publish", publish);
|
|
|
return modelMap;
|
|
return modelMap;
|
|
|
}
|
|
}
|
|
|
|
|
|