This commit is contained in:
aozhiwei 2022-06-07 14:44:03 +08:00
parent db24966e89
commit 2e24daa285

View File

@ -120,7 +120,6 @@ class Hero extends BaseModel {
public static function toDto($row)
{
error_log(json_encode($row));
$attr = emptyReplace(json_decode($row['rand_attr'], true), array());
$lockType = 0;
$unlockTime = 0;