Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
13124ab3
Commit
13124ab3
authored
Jul 18, 2019
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e4e0f932
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
StoreFee.php
application/index/controller/StoreFee.php
+13
-13
No files found.
application/index/controller/StoreFee.php
View file @
13124ab3
...
@@ -74,13 +74,13 @@ class StoreFee extends Basic
...
@@ -74,13 +74,13 @@ class StoreFee extends Basic
{
{
$params
=
$this
->
params
;
$params
=
$this
->
params
;
$params
=
array
(
//
$params = array(
"id"
=>
'1'
,
//id
//
"id" => '1',//id
"site_id"
=>
'10001'
,
//站点id
//
"site_id" => '10001',//站点id
"office_name"
=>
'鳖12222'
,
//办公室名
//
"office_name" => '鳖12222',//办公室名
"office_address"
=>
'上海市黄浦区龙华东路800号'
,
//办公室地址
//
"office_address" =>'上海市黄浦区龙华东路800号',//办公室地址
"rent"
=>
5000
,
//租金每月
//
"rent" => 5000,//租金每月
);
//
);
$checkResult
=
$this
->
validate
(
$params
,
"StoreFeeValidate.editOffice"
);
$checkResult
=
$this
->
validate
(
$params
,
"StoreFeeValidate.editOffice"
);
if
(
true
!==
$checkResult
)
{
if
(
true
!==
$checkResult
)
{
...
@@ -144,9 +144,9 @@ class StoreFee extends Basic
...
@@ -144,9 +144,9 @@ class StoreFee extends Basic
{
{
$params
=
$this
->
params
;
$params
=
$this
->
params
;
$params
=
array
(
//
$params = array(
"id"
=>
'1'
,
//id
//
"id" => '1',//id
);
//
);
$checkResult
=
$this
->
validate
(
$params
,
"StoreFeeValidate.getOfficeInfo"
);
$checkResult
=
$this
->
validate
(
$params
,
"StoreFeeValidate.getOfficeInfo"
);
if
(
true
!==
$checkResult
)
{
if
(
true
!==
$checkResult
)
{
return
$this
->
response
(
"101"
,
$checkResult
);
return
$this
->
response
(
"101"
,
$checkResult
);
...
@@ -181,9 +181,9 @@ class StoreFee extends Basic
...
@@ -181,9 +181,9 @@ class StoreFee extends Basic
{
{
$params
=
$this
->
params
;
$params
=
$this
->
params
;
$params
=
array
(
//
$params = array(
"id"
=>
'1'
,
//id
//
"id" => '1',//id
);
//
);
$checkResult
=
$this
->
validate
(
$params
,
"StoreFeeValidate.getOfficeInfo"
);
$checkResult
=
$this
->
validate
(
$params
,
"StoreFeeValidate.getOfficeInfo"
);
if
(
true
!==
$checkResult
)
{
if
(
true
!==
$checkResult
)
{
return
$this
->
response
(
"101"
,
$checkResult
);
return
$this
->
response
(
"101"
,
$checkResult
);
...
...
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