更新撤销
This commit is contained in:
parent
bde6e6608f
commit
3366b4d161
|
@ -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("撤回理由不能为空");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue