微调拆分

This commit is contained in:
13038267101 2023-06-30 09:39:54 +08:00
parent e1502825ad
commit b5fd5a1ef7
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ namespace hg_imgproc
std::string filename ; std::string filename ;
int rotation01_ = 1; int rotation01_ = 1;
int rotation02_ = 1; int rotation02_ = 1;
if((pid_ == 0x139 || pid_ == 0x239 || pid_ == 0x439) && (split3399 % 2 ==0) && img_conf_.is_duplex) if(((pid_ == 0x139 || pid_ == 0x239 || pid_ == 0x439) && (split3399 % 2 ==0) && img_conf_.is_duplex ) || pid_ == 0x200 || pid_== 0x100)
{ {
rotation01_ = 0; rotation01_ = 0;
rotation02_ = 1; rotation02_ = 1;