This commit is contained in:
hujiabin 2023-07-07 13:30:10 +08:00
parent 585b2e5e2c
commit c3ffbb68bd

View File

@ -46,18 +46,17 @@ class ChipPageService extends BaseService
}else{
$val['state'] = 1;
}
SqlHelper::update(
myself()->_getSelfMysql(),
't_chip_page',
array(
'idx' => $row['idx']
),
array(
'data' => json_encode($data),
)
);
}
}
SqlHelper::update(
myself()->_getSelfMysql(),
't_chip_page',
array(
'idx' => $row['idx']
),
array(
'data' => json_encode($data),
)
);
}
}