1
This commit is contained in:
parent
24bcbc0b2c
commit
1ccfe76946
@ -216,9 +216,19 @@ class ChipPage extends BaseModel
|
|||||||
'createtime' => myself()->_getNowTime(),
|
'createtime' => myself()->_getNowTime(),
|
||||||
'modifytime' => myself()->_getNowTime(),
|
'modifytime' => myself()->_getNowTime(),
|
||||||
);
|
);
|
||||||
SqlHelper::insert(
|
// SqlHelper::insert(
|
||||||
myself()->_getSelfMysql(),
|
// myself()->_getSelfMysql(),
|
||||||
|
// 't_chip_page',
|
||||||
|
// $info
|
||||||
|
// );
|
||||||
|
SqlHelper::upsert
|
||||||
|
(myself()->_getSelfMysql(),
|
||||||
't_chip_page',
|
't_chip_page',
|
||||||
|
array(
|
||||||
|
'account_id' => myself()->_getAccountId(),
|
||||||
|
'page_id' => $page_id,
|
||||||
|
),
|
||||||
|
array(),
|
||||||
$info
|
$info
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@ use phpcommon;
|
|||||||
|
|
||||||
class Skill {
|
class Skill {
|
||||||
|
|
||||||
const DEFAULT_SKILL = 10401;
|
const DEFAULT_SKILL = 10101;
|
||||||
public static function get($id)
|
public static function get($id)
|
||||||
{
|
{
|
||||||
return getXVal(self::getMetaList(), $id);
|
return getXVal(self::getMetaList(), $id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user