Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
ruer_cms
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蔡闯
ruer_cms
Commits
b0848ed5
Commit
b0848ed5
authored
Jan 28, 2021
by
蔡闯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
99d20b99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/shequ/controller/Build.php
app/shequ/controller/Build.php
+1
-1
No files found.
app/shequ/controller/Build.php
View file @
b0848ed5
...
...
@@ -117,7 +117,7 @@ class Build extends Base
$data
[
'address'
]
=
$village_name
.
$addre
;
//判断是否设置了小区的参数,设置了就不用设置,
$is_exit
=
DB
::
name
(
'house_village'
)
->
where
([
'village_id'
=>
$village_id
])
->
field
(
'village_id,property_price,water_price,electric_price,gas_price,park_price'
)
->
find
();
$is_exit
=
DB
::
name
(
'house_village'
)
->
where
([
'village_id'
=>
$village_id
])
->
field
(
'village_id,property_price,water_price,electric_price,gas_price,park
ing_price as park
_price'
)
->
find
();
if
(
!
$is_exit
[
'property_price'
]
&&
!
$is_exit
[
'water_price'
]
&&!
$is_exit
[
'electric_price'
]
&&!
$is_exit
[
'gas_price'
]
&&!
$is_exit
[
'parking_price'
]
)
{
DB
::
name
(
'house_village'
)
->
where
([
'village_id'
=>
$village_id
])
->
save
(
$save
);
}
...
...
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