解决双张保留图像后仍提示双张错误的问题;BUG-874

This commit is contained in:
yangjiaxuan 2024-01-03 15:12:11 +08:00
parent 4d93d6bb1a
commit 4322c14be2
1 changed files with 3 additions and 0 deletions

View File

@ -1171,6 +1171,9 @@ void hg_scanner::working_done(void*)
if (!online_) if (!online_)
status_ = SCANNER_ERR_DEVICE_NOT_FOUND; status_ = SCANNER_ERR_DEVICE_NOT_FOUND;
if (double_paper_handle_ != DOUBLE_PAPEAR_STOP)
status_ = SCANNER_ERR_OK;
switch (status_) switch (status_)
{ {
case SCANNER_ERR_OK: case SCANNER_ERR_OK: