Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄成意
/
php_frq_api
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
bed76a47
authored
Jun 30, 2021
by
连敬荣
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
新增报价公司匹配报价人,当获取channel_id为空时返回-1
parent
068630b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
app/Model/CommonModel.php
app/Model/CommonModel.php
View file @
bed76a47
...
...
@@ -245,7 +245,12 @@ class CommonModel extends Model
$lieIntracodeModel
=
new
LieIntracodeModel
();
$lieSupplierChannelModel
=
new
LieSupplierChannelModel
();
$code_id
=
$lieIntracodeModel
->
getCodeId
(
$user_id
);
$channel_id
=
$code_id
[
0
][
'code_id'
];
if
(
empty
(
$code_id
)){
$channel_id
=
-
1
;
}
else
{
$channel_id
=
$code_id
[
0
][
'code_id'
];
}
// $supplierInfo = $lieSupplierChannelModel->adminGetSupplierName($supplier_name);
// var_dump($supplierInfo);
// exit();
...
...
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