| | |
| | | News.error("{}:站点:{},无物", config.getMark(), staProtocol.getSiteId()); |
| | | continue; |
| | | } |
| | | if (staProtocol.isErr()){ |
| | | if (staProtocol.isErr()) { |
| | | if (staProtocol.isFrontErr()) { |
| | | News.error("{}:站点:{},前超限", config.getMark(), staProtocol.getSiteId()); |
| | | continue; |
| | |
| | | News.error("{}:站点:{},后超限", config.getMark(), staProtocol.getSiteId()); |
| | | continue; |
| | | } |
| | | if ( staProtocol.isHighErr()) { |
| | | if (staProtocol.isHighErr()) { |
| | | News.error("{}:站点:{},高超限", config.getMark(), staProtocol.getSiteId()); |
| | | continue; |
| | | } |
| | | if ( staProtocol.isLeftErr()) { |
| | | if (staProtocol.isLeftErr()) { |
| | | News.error("{}:站点:{},左超限", config.getMark(), staProtocol.getSiteId()); |
| | | continue; |
| | | } |
| | | if ( staProtocol.isRightErr()) { |
| | | if (staProtocol.isRightErr()) { |
| | | News.error("{}:站点:{},右超限", config.getMark(), staProtocol.getSiteId()); |
| | | continue; |
| | | } |
| | |
| | | News.error("{}:站点:{},超重或", config.getMark(), staProtocol.getSiteId()); |
| | | continue; |
| | | } |
| | | if ( staProtocol.isBarcodeErr()) { |
| | | if (staProtocol.isBarcodeErr()) { |
| | | News.error("{}:站点:{},扫码失败", config.getMark(), staProtocol.getSiteId()); |
| | | continue; |
| | | } |