1
This commit is contained in:
parent
8f43c6ea16
commit
7614d7ff24
@ -28,6 +28,17 @@ class Chip extends BaseModel
|
|||||||
return $chipList;
|
return $chipList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function findByTokenId($tokenId)
|
||||||
|
{
|
||||||
|
$row = SqlHelper::ormSelectOne(
|
||||||
|
myself()->_getMysql($tokenId),
|
||||||
|
't_chip',
|
||||||
|
array(
|
||||||
|
'token_id' => $tokenId
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
public static function getChipList($cb)
|
public static function getChipList($cb)
|
||||||
{
|
{
|
||||||
// SqlHelper::ormSelect(
|
// SqlHelper::ormSelect(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user