shish 2 년 전
부모
커밋
f4821d63a6
1개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 9
      console/controllers/InitController.php

+ 1 - 9
console/controllers/InitController.php

@@ -29,15 +29,7 @@ class InitController extends Controller
     //补充余额 ssh 20240103
     public function actionBcBalance()
     {
-        //供货商门店余额增加
-        $main = MainClass::getById(8164, true);
-        $shop = ShopClass::getById(8249, true);
-        //5936.0 CL28713506
-        //24434.82 CL28713510
-        //14986.0 CL28713509
-        //10909.28 CL28713514
-        $order = PurchaseClearClass::getByCondition(['orderSn' => 'CL28713514'], true);
-        ShopClass::customClearAddBalance($main, $shop, $order);
+
     }
 
     public function actionAdjustDebt()