Authored by mlge

鉴定结果--增加日志

... ... @@ -45,7 +45,7 @@ public class ProductIdentifyController {
ProductIdentifyResp info = identifyService.queryIdentifyInfo(tagId, nfcUid);
return new ApiResponse.ApiResponseBuilder().code(200).data(info).build();
}catch (Exception e){
logger.warn("queryIdentifyInfo error! tagId={}, nfcUid={}, ", tagId, nfcUid);
logger.warn("queryIdentifyInfo error! tagId={}, nfcUid={}, e {}", tagId, nfcUid, e);
if( e instanceof GatewayException){
throw e;
}
... ...