更新撤销
This commit is contained in:
parent
3366b4d161
commit
7e0062c1ae
|
@ -241,6 +241,7 @@ class Common extends ApiController
|
|||
$this->apiError("审批意见不能为空");
|
||||
}
|
||||
}
|
||||
// 3撤销
|
||||
if ($param['check'] == 3) {
|
||||
if (empty($param['content'])) {
|
||||
$this->apiError("撤回理由不能为空");
|
||||
|
|
Loading…
Reference in New Issue