Merge branch 'master' of codeup.aliyun.com:64d9c5feeceb191898f636d7/honor-dd-light-ds-java

20230922-ljl-fixBug
ljl 1 year ago
commit 2c98dcc37c

@ -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文件成功");
} }

Loading…
Cancel
Save