|
|
@@ -65,7 +65,7 @@ class OrderFreeze implements ShouldQueue
|
|
|
if (array_search($param["wms_status"],$status)===false)return false;
|
|
|
|
|
|
foreach ($this->pool as $pool){
|
|
|
- if ($pool->thawed_at && Carbon::parse($pool->thawed_at)->lte(Carbon::today()))continue;
|
|
|
+ if ($pool["thawed_at"] && Carbon::parse($pool["thawed_at"])->lte(Carbon::today()))continue;
|
|
|
if ($pool["logistic_id"]!=$param["logistic_id"])continue;
|
|
|
if ($pool["province_name"] && (mb_strpos($param["province"],$pool["province_name"]) === false))continue;
|
|
|
if ($pool["city_name"] && (mb_strpos($param["city"],$pool["city_name"]) === false))continue;
|