Commit f09c69a2 authored by hujun's avatar hujun

//

parent 90090d8d
...@@ -85,7 +85,7 @@ class UploadWorkLearning extends Basic ...@@ -85,7 +85,7 @@ class UploadWorkLearning extends Basic
if (!empty($this->params['agent_id'])) { if (!empty($this->params['agent_id'])) {
$where['agent_id'] = $this->params['agent_id']; $where['agent_id'] = $this->params['agent_id'];
} }
$where['type'] = $this->params['type'];//0素质测评 1方法分析 2价值观考核 3忠诚诚信表 $where['type'] = $this->params['type'];//0素质测评 1方法分析 2价值观考核 3忠诚诚信表 4忠诚诚信表
$where['is_del'] = 0; $where['is_del'] = 0;
try { try {
$work = new RWorkLearningModel(); $work = new RWorkLearningModel();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment