Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fdfe3b5f
authored
Mar 02, 2026
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
加入限制
parent
865d0fea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/Http/Services/SupplierService.php
app/Http/Services/SupplierService.php
View file @
fdfe3b5f
...
...
@@ -1144,7 +1144,7 @@ class SupplierService
}
}
$result
[
'debug_info'
][
'assign_type'
]
=
'现货商-分配4人'
;
}
else
{
}
else
if
(
$supplierGroup
==
SupplierChannelModel
::
SUPPLIER_GROUP_ORIGINAL
||
$supplierGroup
==
SupplierChannelModel
::
SUPPLIER_GROUP_PROXY
)
{
// 代理商/原厂:只分配1人
// 先检查是否已有数据跟单员
$existingDataFollower
=
SupplierContactModel
::
where
(
'supplier_id'
,
$supplierId
)
...
...
@@ -1361,7 +1361,7 @@ class SupplierService
}
else
{
$result
[
'success'
]
++
;
$assignCodeIds
=
isset
(
$assignResult
[
'debug_info'
][
'assign_code_ids'
])
?
$assignResult
[
'debug_info'
][
'assign_code_ids'
]
:
[];
$assignNames
=
array_map
(
function
(
$codeId
)
use
(
$adminUserService
)
{
$assignNames
=
array_map
(
function
(
$codeId
)
use
(
$adminUserService
)
{
return
$adminUserService
->
getAdminUserNameByCodeId
(
$codeId
);
},
$assignCodeIds
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment