Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sayhoChun
/
kcSpecialVehicle
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
7f3eccc7
authored
2017-02-16 16:56:53 +0900
by
sayhoChun
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
comment delete tested
1 parent
0652c268
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
common/classes/ApiBoard.php
common/classes/ApiBoard.php
View file @
7f3eccc
...
...
@@ -264,7 +264,7 @@ if (! class_exists("ApiBoard"))
$sql
=
"UPDATE tblBoard SET status=0 WHERE boardNo='
{
$boardNo
}
'"
;
$this
->
update
(
$sql
);
return
$this
->
makeResultJson
(
"1"
,
"삭제되었습니다"
)
return
$this
->
makeResultJson
(
"1"
,
"삭제되었습니다"
)
;
}
//고객센터 게시물 저장
...
...
@@ -345,7 +345,7 @@ if (! class_exists("ApiBoard"))
$sql
=
"UPDATE tblCustomerService SET status=0 WHERE csNo='
{
$csNo
}
'"
;
$this
->
update
(
$sql
);
return
$this
->
makeResultJson
(
"1"
,
"삭제되었습니다"
)
return
$this
->
makeResultJson
(
"1"
,
"삭제되었습니다"
)
;
}
//고객센터 게시물 리스트
...
...
Please
register
or
sign in
to post a comment