Authored by chenchao

throw out exception

@@ -168,7 +168,7 @@ public class ProductProxyService { @@ -168,7 +168,7 @@ public class ProductProxyService {
168 prdRespMap.put(storage.getStorageId(), storage); 168 prdRespMap.put(storage.getStorageId(), storage);
169 } 169 }
170 }catch (Exception ex){ 170 }catch (Exception ex){
171 - logger.warn("in getStorageDataMap call {} fail, storageIds {}", BATCH_STORAGE_DATAS, storageIds); 171 + logger.warn("in getStorageDataMap call {} fail, storageIds {}", BATCH_STORAGE_DATAS, storageIds, ex);
172 }finally { 172 }finally {
173 return prdRespMap; 173 return prdRespMap;
174 } 174 }