更新撤销

This commit is contained in:
yaooo 2023-11-23 17:54:46 +08:00
parent bde6e6608f
commit 3366b4d161
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class Common extends ApiController
$this->apiError("审批意见不能为空");
}
}
if (in_array($param['check'], [3])) {
if ($param['check'] == 3) {
if (empty($param['content'])) {
$this->apiError("撤回理由不能为空");
}