本地值与生产价值之间的差异

时间:2015-09-13 23:58:53

标签: php mysql apache laravel

我使用Laravel从我的数据库中获取一些数据。这是我的代码:

$payments =  DB::table('pm7_payments7')
                        ->where('id', 'ce86bb2f-5e01-d289-3a89-55dfb5109de6')
                        ->get();

我在本地得到这个:

enter image description here

在我的生产服务器上,我得到了这个:

enter image description here

正如您所看到的,本地" total_amount"字段是825.00(正确),但在生产服务器上它是" 820.0" (不正确的)。

你知道两台服务器之间有什么区别吗?

0 个答案:

没有答案