Browse Source

删除事务超时时间设置

yujia 7 years ago
parent
commit
7ad837d611

+ 1 - 1
src/main/java/com/uas/platform/b2c/prod/commodity/service/impl/ReleaseProductByBatchServiceImpl.java

@@ -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)) {