v1.0.26: 渠道新增计划增加「发生地址」字段(来源详情后,单行文本,详细到门牌号) - 列表列+新增/编辑表单+接口+迁移SQL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user