@@ -1709,11 +1709,6 @@ 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);