|
|
@@ -27,6 +27,7 @@ use App\OwnerFeeStorage;
|
|
|
use App\OwnerPriceOperation;
|
|
|
use App\OrderPackageCountingRecord;
|
|
|
use App\RejectedBill;
|
|
|
+use App\Services\CacheShelfService;
|
|
|
use App\Services\ForeignHaiRoboticsService;
|
|
|
use App\Services\OrderService;
|
|
|
use App\Services\OwnerPriceOperationService;
|
|
|
@@ -121,13 +122,21 @@ class TestController extends Controller
|
|
|
|
|
|
public function test3()
|
|
|
{
|
|
|
-
|
|
|
- StationTaskMaterialBox::query()->find(76827)->update(["status" => "取消"]);
|
|
|
- StationTaskMaterialBox::query()->find(76832)->update(["status" => "取消"]);
|
|
|
- StationTaskMaterialBox::query()->find(76589)->update(["status" => "取消"]);
|
|
|
- TaskTransaction::query()->where("status",0)->update(["status",1]);
|
|
|
- Station::query()->update(["status"=>0]);
|
|
|
- ErrorTemp::query()->truncate();
|
|
|
+ $a = new CacheShelfService();
|
|
|
+ $a->_stationCacheLightOff("HAIB1-01-01");
|
|
|
+ $a->_stationCacheLightOff("HAIB1-01-02");
|
|
|
+ $a->_stationCacheLightOff("HAIB1-01-03");
|
|
|
+ $a->_stationCacheLightOff("HAIB1-02-01");
|
|
|
+ $a->_stationCacheLightOff("HAIB1-02-02");
|
|
|
+ $a->_stationCacheLightOff("HAIB1-02-03");
|
|
|
+ $a->_stationCacheLightOff("HAIB1-03-01");
|
|
|
+ $a->_stationCacheLightOff("HAIB1-03-02");
|
|
|
+ $a->_stationCacheLightOff("HAIB1-03-03");
|
|
|
+ $a->_stationCacheLightOff("HAIB2-01-01");
|
|
|
+ $a->_stationCacheLightOff("HAIB2-01-02");
|
|
|
+ $a->_stationCacheLightOff("HAIB2-02-01");
|
|
|
+ $a->_stationCacheLightOff("HAIB2-02-02");
|
|
|
+ $a->_stationCacheLightOff("HAIB2-03-01");
|
|
|
}
|
|
|
public function testZC()
|
|
|
{
|