WIN-2308041133\Administrator 6 months ago
parent
commit
881a6f1f43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/model/store/DeviceRepair.php

+ 1 - 1
app/admin/model/store/DeviceRepair.php

@@ -49,7 +49,7 @@ class DeviceRepair extends Model
             'return_address' => $data['return_address'],
             'contact_name' => $data['contact_name'],
             'contact_phone' => $data['contact_phone'],
-            'create_time' => time(), // 提交时间
+            'create_time' => strval(time()), // 提交时间
             'status' => 0 // 初始状态:未处理
         ];