Browse Source

Merge remote-tracking branch 'origin/hotfix-yuj-0809' into hotfix-yuj-0809

yujia 7 years ago
parent
commit
f4256abe90

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