v1.0.26: 渠道新增计划增加「发生地址」字段(来源详情后,单行文本,详细到门牌号) - 列表列+新增/编辑表单+接口+迁移SQL

This commit is contained in:
nanguaboss
2026-08-09 14:57:27 +08:00
parent 2ed8cc00e7
commit b68232bff3
5 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ $total = (int)$stmt->fetchColumn();
$offset = ($page - 1) * $limit;
$stmt = $pdo->prepare(
"SELECT id, channel_type, source_detail, industry, start_date, end_date, remark, status, cost, created_at, updated_at
"SELECT id, channel_type, source_detail, occurrence_address, industry, start_date, end_date, remark, status, cost, created_at, updated_at
FROM channel_plans
WHERE $whereSql
ORDER BY id DESC