fix(status): ignore promotion edit warnings

This commit is contained in:
chengma
2026-07-20 10:52:32 +08:00
parent b3d9857b3e
commit 9c4224286a
10 changed files with 253 additions and 14 deletions
+1 -1
View File
@@ -669,7 +669,7 @@ class ApplyTab(QWidget):
if status_text:
lines.append("当前筛选结果没有状态正常且可更新的商品。")
lines.append(status_text)
lines.append("请先回到①导入采集重新确认商品状态。")
lines.append("未上架、审核中或状态未知的商品为安全起见不会更新。")
content_error = self._update_content_error(update_plan, update_mode)
if content_error:
if lines: