|
|
|
@ -38,10 +38,10 @@ class InfoMetas_model extends CI_Model {
|
|
|
|
|
$sql = "
|
|
|
|
|
SELECT im.im_id
|
|
|
|
|
,im.im_ic_id
|
|
|
|
|
,im.im_key
|
|
|
|
|
,im.im_value as amp_json
|
|
|
|
|
,im2.im_value as amp_staus
|
|
|
|
|
,im3.im_value as amp_schema
|
|
|
|
|
,c.ic_url
|
|
|
|
|
FROM infoMetas im
|
|
|
|
|
inner join infoContents c
|
|
|
|
|
on c.ic_id = im.im_ic_id
|
|
|
|
|