Explorar el Código

修正后台接口

chenxiqiang hace 6 años
padre
commit
e21d6d6737

+ 1
- 1
manage-server/app/Http/Controllers/HousekeeperOrderController.php Ver fichero

@@ -72,7 +72,7 @@ class HousekeeperOrderController extends Controller
72 72
                 $classify1 = $this->classify_map[$pid]->name;
73 73
                 $housekeeperOrder->classify1 = $classify1;
74 74
                 $housekeeperOrder->classify2 = $classify2;
75
-                $housekeeperOrder->classify = $this->classify_map[$classify]->id;
75
+                $housekeeperOrder->classify = $this->classify_name[$classify]->id;
76 76
             }
77 77
             $housekeeperOrder->wechat_id = $wechat_id;
78 78
             $housekeeperOrder->photo = $photo;

Loading…
Cancelar
Guardar