作者 lyh

变更数据

@@ -242,6 +242,7 @@ class TicketUploadDataLogic extends BaseLogic @@ -242,6 +242,7 @@ class TicketUploadDataLogic extends BaseLogic
242 'name' => $info['text']['title'], 242 'name' => $info['text']['title'],
243 'image'=>$info['text']['image'], 243 'image'=>$info['text']['image'],
244 'text'=>$info['text']['remark'], 244 'text'=>$info['text']['remark'],
  245 + 'remark'=>$info['text']['intro'] ?? '',
245 'category_id'=>$category_id ?? '', 246 'category_id'=>$category_id ?? '',
246 'status'=>1, 247 'status'=>1,
247 ]; 248 ];
@@ -276,6 +277,7 @@ class TicketUploadDataLogic extends BaseLogic @@ -276,6 +277,7 @@ class TicketUploadDataLogic extends BaseLogic
276 'name' => $info['text']['title'], 277 'name' => $info['text']['title'],
277 'image'=>$info['text']['image'], 278 'image'=>$info['text']['image'],
278 'text'=>$info['text']['remark'], 279 'text'=>$info['text']['remark'],
  280 + 'remark'=>$info['text']['intro'] ?? '',
279 'category_id'=>$category_id ?? '', 281 'category_id'=>$category_id ?? '',
280 'status'=>1, 282 'status'=>1,
281 ]; 283 ];