正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
@@ -62,6 +62,9 @@ class UserSize extends Model | @@ -62,6 +62,9 @@ class UserSize extends Model | ||
62 | if($data['isdefault'] == '1'){ | 62 | if($data['isdefault'] == '1'){ |
63 | $this->where('user_id',$this['user_id'])->update(['isdefault'=>'0']); | 63 | $this->where('user_id',$this['user_id'])->update(['isdefault'=>'0']); |
64 | } | 64 | } |
65 | + if(!empty($data['body_info']) && is_array($data['body_info'])){ | ||
66 | + $data['body_info'] = json_encode($data['body_info']); | ||
67 | + } | ||
65 | return $this->allowField(true) | 68 | return $this->allowField(true) |
66 | ->save($data); | 69 | ->save($data); |
67 | } | 70 | } |
-
请 注册 或 登录 后发表评论