Browse Source

设置事务超时时间

suntg 7 years ago
parent
commit
4456105e36

+ 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
+	@Transactional(timeout = 5 * 60 * 1000)
 	@Override
 	public String publishByBatch(String batch, boolean isPcb) {
         if (StringUtils.isEmpty(batch)) {