This commit is contained in:
tanghucheng
2023-11-16 02:25:18 -05:00
parent b756099541
commit b3d7fed032
+1 -1
View File
@@ -304,7 +304,7 @@ class admin extends control
$closedFeatures = rtrim($closedFeatures, ',');
$this->loadModel('setting')->setItem('system.common.closedFeatures', $closedFeatures);
$this->loadModel('setting')->setItem('system.common.global.scoreStatus', $this->post->module['myScore'][0]);
$this->loadModel('setting')->setItem('system.custom.URAndSR', $this->post->module['productUR'][0]);
$this->loadModel('setting')->setItem('system.custom.URAndSR', $this->config->edition == 'ipd' ? 1 : $this->post->module['productUR'][0]);
$this->loadModel('custom')->processMeasrecordCron();
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'top'));
}