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