Commit b2419022 by 杨树贤

误会

parent 5a67a9c4
Showing with 1 additions and 1 deletions
......@@ -77,7 +77,7 @@ class ViewCheckService
$purchaseUid = $supplier['purchase_uid'];
$createUid = $supplier['create_uid'];
$channelUid = !empty($channelUid) ? explode(',', $channelUid) : [];
if (in_array($userId, $channelUid)) {
if (in_array($codeId, $channelUid)) {
return true;
}
if ($codeId == $purchaseUid) {
......
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