* Add test case.

This commit is contained in:
caoyanyi
2023-01-12 10:06:45 +08:00
parent f639a027dd
commit 7b0dd36f82
4 changed files with 66 additions and 1 deletions
+2
View File
@@ -5251,6 +5251,8 @@ class executionModel extends model
public function syncNoMultipleSprint($projectID)
{
$project = $this->dao->select('*')->from(TABLE_PROJECT)->where('id')->eq($projectID)->fetch();
if(empty($project)) return 0;
$post = $_POST;
$_POST = array();