|
|
@ -106,7 +106,7 @@ void TrxBoard::readData() |
|
|
|
(batch - preBatch > 1) || |
|
|
|
(batch - preBatch == 1 && subBbatch != 0)) |
|
|
|
{ |
|
|
|
throw SonoException("Batch/subBatch id error is occured."); |
|
|
|
//throw SonoException("Batch/subBatch id error is occured.");
|
|
|
|
} |
|
|
|
preBatch = batch; |
|
|
|
preSubBatch = subBbatch; |
|
|
|