更新撤销

This commit is contained in:
yaooo 2023-11-23 17:55:53 +08:00
parent 3366b4d161
commit 7e0062c1ae
1 changed files with 1 additions and 0 deletions

View File

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