|
|
@@ -1694,7 +1694,7 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
|
|
|
return releaseProductByBatchDao.findByPublisherUuAndRelbatchidAndFailCode(SystemSession.getUser().getUserUU(), batch, failCode);
|
|
|
}
|
|
|
|
|
|
- @Transactional(timeout = 5 * 60 * 1000)
|
|
|
+ @Transactional
|
|
|
@Override
|
|
|
public String publishByBatch(String batch, boolean isPcb) {
|
|
|
if (StringUtils.isEmpty(batch)) {
|