|
|
@@ -149,8 +149,13 @@ class TestController extends Controller
|
|
|
}
|
|
|
public function test()
|
|
|
{
|
|
|
- $task = DB::connection("oracle")->selectOne(DB::raw("select * from TSK_TASKLISTS where taskid = 'TS32556054' and TASKID_SEQUENCE = 3"));
|
|
|
- $ide = "IDE0000655";
|
|
|
+ dd(DB::connection("mysql_haiRobotics")->table("ks_bin")->where("ks_bin_code","IDE0000700")
|
|
|
+ ->update([
|
|
|
+ "ks_bin_space_code" => null,"ks_bin_space_id"=>null,"orig_ks_bin_space_code"=>null,"orig_ks_bin_space_id"=>null,
|
|
|
+ "status"=>4,
|
|
|
+ ]));
|
|
|
+ $task = DB::connection("oracle")->selectOne(DB::raw("select * from TSK_TASKLISTS where taskid = 'TS32563988' and TASKID_SEQUENCE = 2"));
|
|
|
+ $ide = "IDE0000696";
|
|
|
dd(app("StorageService")->fluxPA($task,$ide));
|
|
|
}
|
|
|
public function orderCreateBill()
|