修改这个方法:
public function getOtPriceAttr($value)
{
if ($this->product_type == 20) {
return (int)$value;
}
return $value;
}
修改完毕需要清理缓存 然后重启 swoole
修改这个方法:
public function getOtPriceAttr($value)
{
if ($this->product_type == 20) {
return (int)$value;
}
return $value;
}
修改完毕需要清理缓存 然后重启 swoole