Merge branch 'pailei2_zhouxin_50796' into 'pailei2'

Pailei2 zhouxin 50796

See merge request easycorp/zentaopms!2341
This commit is contained in:
孙广明
2022-03-18 03:25:54 +00:00
4 changed files with 32 additions and 5 deletions
+2
View File
@@ -1658,6 +1658,8 @@ class execution extends control
if($this->post->names)
{
$allChanges = $this->execution->batchUpdate();
if(dao::isError()) return print(js::error(dao::getError()));
if(!empty($allChanges))
{
foreach($allChanges as $executionID => $changes)