|
|
|
@ -444,11 +444,11 @@ public class SyncOrderInfoToPlatform {
|
|
|
|
|
}catch (CustomerException e){ |
|
|
|
|
warehouseMappingDataService.updateSyncZeroStatus(id,2); |
|
|
|
|
log.error(e.message,e); |
|
|
|
|
return ReturnT.FAIL; |
|
|
|
|
continue; |
|
|
|
|
}catch (Exception e){ |
|
|
|
|
warehouseMappingDataService.updateSyncZeroStatus(id,2); |
|
|
|
|
log.error("#############syncZeroOrderInfo: 同步数据失败",e); |
|
|
|
|
return ReturnT.FAIL; |
|
|
|
|
continue; |
|
|
|
|
} |
|
|
|
|
log.info("################syncZeroOrderInfo: 同步完成{}个订单",total); |
|
|
|
|
} |
|
|
|
|