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
5604124a
authored
Mar 10, 2021
by
hcy001
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1
parent
8d66aa17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
app/Model/InquiryItemsModel.php
app/Model/QuoteModel.php
app/Model/InquiryItemsModel.php
View file @
5604124a
...
...
@@ -117,7 +117,7 @@ class InquiryItemsModel extends Model
$data
[
'create_uid'
]
=
$input
[
'user_id'
];
$data
[
'create_name'
]
=
$UserModel
->
FinduserInfoName
(
$input
[
'user_id'
]);
Opl
ogModel
::
log
(
$data
);
\App\Model\OpL
ogModel
::
log
(
$data
);
}
catch
(
Exception
$e
)
{
return
[
-
1
,
$e
->
getMessage
()];
}
...
...
@@ -239,7 +239,7 @@ class InquiryItemsModel extends Model
#日志
Opl
ogModel
::
log
([
\App\Model\OpL
ogModel
::
log
([
'types'
=>
1
,
'relation_id'
=>
$b
[
"inquiry_id"
],
'relation_sn'
=>
(
new
InquiryModel
())
->
FindInquirySn
(
$b
[
"inquiry_id"
]),
...
...
@@ -392,7 +392,7 @@ class InquiryItemsModel extends Model
}
#日志
Opl
ogModel
::
log
([
\App\Model\OpL
ogModel
::
log
([
'types'
=>
1
,
'relation_id'
=>
$inquiry_id
,
'relation_sn'
=>
$inquiry_sn
,
...
...
app/Model/QuoteModel.php
View file @
5604124a
...
...
@@ -482,7 +482,7 @@ class QuoteModel 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