Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
aaab0c94
...
aaab0c94794d6e53f2f6f7689990e1dc3e5ad01c
authored
2022-04-15 16:14:33 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
用户编
1 parent
610c2efe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Models/Legal/Contract.php
app/Models/Legal/Contract.php
View file @
aaab0c9
...
...
@@ -293,7 +293,7 @@ class Contract extends BaseModel
*/
public
function
filesNew
()
{
return
$this
->
hasMany
(
FileMap
::
class
,
'link_id'
,
'id'
)
->
where
(
'link'
,
'co
ntrac
t'
);
return
$this
->
hasMany
(
FileMap
::
class
,
'link_id'
,
'id'
)
->
where
(
'link'
,
'co
pyrigh
t'
);
}
/**
...
...
Please
register
or
sign in
to post a comment