1
This commit is contained in:
parent
585b2e5e2c
commit
c3ffbb68bd
@ -46,18 +46,17 @@ class ChipPageService extends BaseService
|
|||||||
}else{
|
}else{
|
||||||
$val['state'] = 1;
|
$val['state'] = 1;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
SqlHelper::update(
|
SqlHelper::update(
|
||||||
myself()->_getSelfMysql(),
|
myself()->_getSelfMysql(),
|
||||||
't_chip_page',
|
't_chip_page',
|
||||||
array(
|
array(
|
||||||
'idx' => $row['idx']
|
'idx' => $row['idx']
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'data' => json_encode($data),
|
'data' => json_encode($data),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user