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
f89e8515
authored
Jun 28, 2021
by
连敬荣
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
新增报价公司匹配报价人
parent
f00b73c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/DataController.php
app/Http/Controllers/DataController.php
View file @
f89e8515
...
...
@@ -199,7 +199,7 @@ class DataController extends Controller
$data
[
"com_id"
]
=
$user
[
0
][
"value"
];
$data
[
"com_name"
]
=
$user
[
0
][
"name"
];
}
$check
=
$inqueryId
=
$
this
->
where
(
"id"
,
$input
[
"inquiry_id"
])
->
update
(
$data
);
$check
=
$inqueryId
=
$
inquiryModel
->
where
(
"id"
,
$input
[
"inquiry_id"
])
->
update
(
$data
);
// 检查询价明细是否需要报价,若无需报价则更新询价明细报价表
// $inquiry_items = (new InquiryItemsModel())->where("inquiry_id",$inquiry_id)->get()->toArray();
...
...
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