Commit f840db49 by 杨树贤

添加黑名单逻辑

parent 8024c113
......@@ -71,7 +71,7 @@ class SupplierSyncController extends BaseSyncController
}
//这里还要去判断是是拉黑
if (true) {
if ($resultData['result'] == -2) {
$data['status'] = SupplierChannelModel::STATUS_BLOCK;
$data['block_reason'] = '一体化系统黑名单供应商';
$data['update_time'] = time();
......
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