...
|
...
|
@@ -411,7 +411,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ |
|
|
if(null == status || !(status.equals(OPERATE_TYPE_PASS) || status.equals(OPERATE_TYPE_REJECT))){
|
|
|
throw new GatewayException(402, "参数status错误");
|
|
|
}
|
|
|
IdentifyRecord identifyRecord = queryIdentifyRecord(tagId, nfcUid);
|
|
|
IdentifyRecord identifyRecord = identifyRecordsMapper.selectByTagAndNfcId(tagId, nfcUid);
|
|
|
if(identifyRecord == null){
|
|
|
throw new GatewayException(402, "鉴定信息不存在");
|
|
|
}
|
...
|
...
|
|