|
|
@ -1347,7 +1347,8 @@ public class ProcessMovePublishToPicTaskService extends TaskBaseService {
|
|
|
|
|
|
|
|
|
|
|
|
log.info("开始删除搬家txt文件");
|
|
|
|
log.info("开始删除搬家txt文件");
|
|
|
|
String ossPath = String.format("move_product_publish_to_pic_queue/%s/%s.txt", queueMsg.getShopId(), queueMsg.getMoveCollectTaskDetailId());
|
|
|
|
String ossPath = String.format("move_product_publish_to_pic_queue/%s/%s.txt", queueMsg.getShopId(), queueMsg.getMoveCollectTaskDetailId());
|
|
|
|
storageService.delete(ossPath);
|
|
|
|
// 当前版本为了排查问题方便,先不删除,正式使用后可删除
|
|
|
|
|
|
|
|
//storageService.delete(ossPath);
|
|
|
|
log.info("删除搬家txt文件成功");
|
|
|
|
log.info("删除搬家txt文件成功");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|