Commit 89b4f401 by 杨树贤

邮件内容修改

parent e40047f3
Showing with 1 additions and 0 deletions
...@@ -206,6 +206,7 @@ class SyncSupplierService ...@@ -206,6 +206,7 @@ class SyncSupplierService
if ($supplier['status'] === SupplierChannelModel::STATUS_DISABLE && $preIsEntity == SupplierChannelModel::IS_ENTITY_TRUE) { if ($supplier['status'] === SupplierChannelModel::STATUS_DISABLE && $preIsEntity == SupplierChannelModel::IS_ENTITY_TRUE) {
$cacheStatus = $redis->hget('supplier_status_before_disable', $supplierId); $cacheStatus = $redis->hget('supplier_status_before_disable', $supplierId);
$data['status'] = $cacheStatus ?: SupplierChannelModel::STATUS_IN_REVIEW; $data['status'] = $cacheStatus ?: SupplierChannelModel::STATUS_IN_REVIEW;
$data['is_entity'] = -1;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment