...
|
...
|
@@ -175,7 +175,7 @@ class ProductController extends HomeBaseController{ |
|
|
|
|
|
|
|
|
$id = input('post.id');
|
|
|
$data = Db::name('docu_coa') -> where('id',$id['id']) -> find();
|
|
|
$data = Db::name('docu_coa') -> where('id',$id) -> find();
|
|
|
$data['content'] = cmf_replace_content_file_url(htmlspecialchars_decode($data['content']));
|
|
|
dump($data);die;
|
|
|
return json_encode($data);
|
...
|
...
|
|