Commit 5571650a by 杨树贤

去除

parent 9128d86f
Showing with 0 additions and 6 deletions
......@@ -436,12 +436,6 @@ class SupplierService
//什么都不需要操作
}
$redis = new RedisModel();
$redis->hset('liexin_supplier_info', $supplierId, json_encode([
'supplier_id' => $supplierId,
'supplier_code' => $newSupplier['supplier_code'],
'supplier_name' => $newSupplier['supplier_name']
]));
return $supplierId;
}
......
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