This commit is contained in:
songchenxuan
2023-07-19 03:33:23 +08:00
parent 9b32e98c33
commit 1dbee52ddb
6 changed files with 33 additions and 15 deletions
+4
View File
@@ -656,6 +656,10 @@ class upgradeModel extends model
$this->fixMissedFlowField();
}
break;
case '18_5':
$this->loadModel('product')->refreshStats(true);
$this->loadModel('program')->refreshStats(true);
break;
}
$this->deletePatch();