Kaynağa Gözat

增加测试代码

yujia 7 yıl önce
ebeveyn
işleme
d1ebf5253a

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

@@ -1707,6 +1707,11 @@ public class ReleaseProductByBatchServiceImpl implements ReleaseProductByBatchSe
 		if (map == null || map.size() == 0) {
 			return "0";
 		}
+		try {
+			Thread.sleep(5000);
+		} catch (InterruptedException e) {
+			e.printStackTrace();
+		}
 		Set<Long> idSet = (Set<Long>) map.get("prIds");
 		if (isPcb) {
 			savePcbInfo(idSet, map);