Merge branch 'sprint/186_liumengyi_19955' into 'sprint/185'

* Finish bug #19955.

See merge request easycorp/zentaopms!1952
This commit is contained in:
孙广明
2022-02-24 07:41:54 +00:00
+1 -1
View File
@@ -363,7 +363,7 @@ class job extends control
}
$productName = $this->loadModel('product')->getByID($repo->product)->name;
ehco json_encode(array($productName => $repo->product));
echo json_encode(array($productName => $repo->product));
}
/**