shish há 3 anos atrás
pai
commit
331ae9bacc
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      console/controllers/CgController.php

+ 2 - 0
console/controllers/CgController.php

@@ -29,6 +29,8 @@ class CgController extends Controller
             }
             }
             $order->remainDebtPrice = 0;
             $order->remainDebtPrice = 0;
             $order->save();
             $order->save();
+            $cg->remainDebtPrice = 0;
+            $cg->save();
         }
         }
     }
     }