* [task#132839,done,0.1h,0h] Adjust openedApproval config value.

This commit is contained in:
wangyuting
2024-11-20 16:47:26 +08:00
committed by 胡方舟
parent b56cd79280
commit 386912d1ad
+1 -1
View File
@@ -347,7 +347,7 @@ class commonModel extends model
*/
public function setApproval()
{
$this->config->openedApproval = (in_array($this->config->edition, array('max', 'ipd'))) && ($this->config->vision == 'rnd');
$this->config->openedApproval = (in_array($this->config->edition, array('biz', 'max', 'ipd'))) && ($this->config->vision == 'rnd');
}
/**