Files
EasySoft-ZenTaoPMS/module/task/test/model/getdataoftasksperfinishedby.php
T

19 lines
380 B
PHP
Executable File

#!/usr/bin/env php
<?php
include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/task.class.php';
su('admin');
/**
title=taskModel->getDataOfTasksPerFinishedBy();
cid=1
pid=1
统计没有完成者的任务数量 >> 0
*/
$task = new taskTest();
r($task->getDataOfTasksPerFinishedByTest()) && p() && e('0'); //统计没有完成者的任务数量