dever hace 7 años
padre
commit
7940cf584b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      task/src/Info.php

+ 1 - 0
task/src/Info.php

@@ -210,6 +210,7 @@ class Info extends Base
     {
         # 查看该用户完成的报告数
         $where = array();
+        $where['task_id'] = $data['id'];
         $where['uid'] = $data['uid'];
         $where['status'] = 2;
         $log = Dever::db('task/user_score_log')->getAll($where);