|
|
@@ -301,7 +301,7 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
|
|
|
success = releaseProductByBatchDao.getCountPublisherUuAndBatchAndReleaseCode(userUU, batch, ReleaseStatus.success.value());
|
|
|
}
|
|
|
}
|
|
|
- if (!isAPerson) {
|
|
|
+ if (!isAPerson && !isPcb) {
|
|
|
String publish = publishByBatch(batch, isPcb, ignoreImport);
|
|
|
modelMap.put("publish", publish);
|
|
|
}
|