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
aaf5538c
authored
Mar 09, 2021
by
hcy001
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1
parent
4edddaec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
app/Http/Controllers/ApiController.php
app/Model/InquiryItemsModel.php
app/Http/Controllers/ApiController.php
View file @
aaf5538c
...
...
@@ -134,8 +134,8 @@ class ApiController extends Controller
}
//导出询价
private
function
ApiInquiryExport
(
$
reques
t
){
(
new
ExportModel
())
->
InquiryExport
(
$
request
->
input
()
,
$this
->
user_id
);
private
function
ApiInquiryExport
(
$
inpu
t
){
(
new
ExportModel
())
->
InquiryExport
(
$
input
,
$this
->
user_id
);
}
//生成报价pdf
private
function
ApiOfferPdf
(
$request
){
...
...
app/Model/InquiryItemsModel.php
View file @
aaf5538c
...
...
@@ -117,7 +117,7 @@ class InquiryItemsModel extends Model
$data
[
'create_uid'
]
=
$input
[
'user_id'
];
$data
[
'create_name'
]
=
$UserModel
->
FinduserInfoName
(
$input
[
'user_id'
]);
OplogModel
::
log
(
$data
);
OplogModel
::
log
(
$data
);
}
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