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
c54e082c
authored
Dec 26, 2023
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
供应商跟进先骨干修改
parent
13a8aa42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
app/Http/Services/ChainService.php
app/Http/Services/SyncSupplierService.php
app/Http/Services/ChainService.php
View file @
c54e082c
...
@@ -49,4 +49,10 @@ class ChainService
...
@@ -49,4 +49,10 @@ class ChainService
return
$result
;
return
$result
;
}
}
//修改供应商入驻数据的方法,广播结果的时候,也要广播给供应商入驻的数据
public
function
changeChainIsEntity
(
$supplierName
,
$isEntity
)
{
}
}
}
app/Http/Services/SyncSupplierService.php
View file @
c54e082c
...
@@ -304,6 +304,9 @@ class SyncSupplierService
...
@@ -304,6 +304,9 @@ class SyncSupplierService
]);
]);
}
}
//去修改供应商入驻相关的数据
(
new
ChainService
())
->
changeChainIsEntity
(
$supplierName
,
$isEntityResult
);
//还要去打日志
//还要去打日志
$logService
=
new
LogService
();
$logService
=
new
LogService
();
$logService
->
AddAdminLog
(
$supplierId
,
LogModel
::
UPDATE_OPERATE
,
'实体名单设置'
,
$logContent
);
$logService
->
AddAdminLog
(
$supplierId
,
LogModel
::
UPDATE_OPERATE
,
'实体名单设置'
,
$logContent
);
...
@@ -353,4 +356,6 @@ class SyncSupplierService
...
@@ -353,4 +356,6 @@ class SyncSupplierService
}
}
}
}
}
}
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