作者 何书鹏
1 个管道 的构建 通过 耗费 1 秒

1

... ... @@ -62,6 +62,9 @@ class UserSize extends Model
if($data['isdefault'] == '1'){
$this->where('user_id',$this['user_id'])->update(['isdefault'=>'0']);
}
if(!empty($data['body_info']) && is_array($data['body_info'])){
$data['body_info'] = json_encode($data['body_info']);
}
return $this->allowField(true)
->save($data);
}
... ...