Commit d662c673be36bdb9d207563fcee3a4b4d509707e

Authored by xiemeng
1 parent 2f166a55

标志位判断, 是字符'1' 不是数字1

Signed-off-by: xiemeng <xm@topwelltec.com>
Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -334,7 +334,7 @@ bool SNBase::CheckCalFinalTestStatus(const char* strBarcode)
334 334 }
335 335 }
336 336
337   - if (strBarcode[55] != 1)
  337 + if (strBarcode[55] != 49)
338 338 {
339 339 UpdateUIMsg("MMITest Flag : fail!!");
340 340 return false;
... ...
Please register or login to post a comment