cqp 2 weeks ago
parent
commit
6db14eaaab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Service/TPlusServerService.php

+ 1 - 1
app/Service/TPlusServerService.php

@@ -1131,7 +1131,7 @@ class TPlusServerService extends Service
                 $table->string('address')->default('')->comment('送货地址');
                 $table->string('area_hs')->default('')->comment('区域');
                 $table->string('delivery_mode')->default('')->comment('配送方式');
-                $table->decimal('sl_fee', 12, 4)->default(0)->comment('上楼费');
+                $table->decimal('sl_fee', 10, 2)->default(0)->comment('上楼费');
                 // 新增的计算字段
                 $table->integer('xs')->default(0)->comment('箱数');
                 $table->decimal('weight', 12, 3)->default(0)->comment('总重量(kg)');