Skip to content

Commit

Permalink
fix: 新咨询type错误导致不显示
Browse files Browse the repository at this point in the history
  • Loading branch information
uicestone committed Jul 21, 2013
1 parent 3aa9f3c commit ea602d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/lawfirm/starsys/query.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function add(){
$this->query->id=$this->query->getAddingItem();

if($this->query->id===false){
$this->query->id=$this->query->add(array('type'=>'业务','first_contact'=>$this->date->today));
$this->query->id=$this->query->add(array('first_contact'=>$this->date->today));
}

$this->edit($this->query->id);
Expand Down

0 comments on commit ea602d4

Please sign in to comment.