|
@@ -145,10 +145,6 @@ class Sdzxlist extends Start_Controller {
|
|
|
|
|
|
|
|
|
|
|
|
|
private function _zczxttznx(){
|
|
private function _zczxttznx(){
|
|
|
- echo json_encode([
|
|
|
|
|
- 'code'=>-1,
|
|
|
|
|
- 'msg'=>'执行失败'
|
|
|
|
|
- ]);exit;
|
|
|
|
|
if($this->input->method() == 'post'){
|
|
if($this->input->method() == 'post'){
|
|
|
$id = $this->input->post('id');
|
|
$id = $this->input->post('id');
|
|
|
$info = $this->sdzxlist->read($id);
|
|
$info = $this->sdzxlist->read($id);
|