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
57bca0a5
authored
Mar 30, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整
parent
c3dbf68c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/Model/QuoteModel.php
app/Model/QuoteModel.php
View file @
57bca0a5
...
...
@@ -249,6 +249,8 @@ class QuoteModel extends Model
$inquiry_uid
=
$InquiryModel
->
where
(
'id'
,
$quote_info
[
'inquiry_id'
])
->
value
(
'create_uid'
);
// 询价人
$contents
=
$input
[
'user_name'
]
.
'已撤销报价,请及时查看!报价单号:'
.
$quote_info
[
'quote_sn'
]
.
',型号:'
.
$quote_info
[
'goods_name'
];
$CommonModel
=
new
CommonModel
;
$CommonModel
->
send_msg
(
$inquiry_uid
,
$contents
);
}
catch
(
Exception
$e
)
{
return
[
1
,
$e
->
getMessage
()];
...
...
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