Exemplo n.º 1
0
 public function getLastResume()
 {
     $data = $this->where(array('student_id' => AccountModel::studentID()))->find();
     return $data;
 }
Exemplo n.º 2
0
 public function deleteIntroduceModule()
 {
     return $this->data(array('dear_hr' => '', 'modify_time' => dateTime()))->where(array('pkid' => AccountModel::studentID()))->save();
 }