Authored by caoyan

物权转移

... ... @@ -385,7 +385,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
TransferRecordsHistory history = transferRecordsHistoryMapper.selectByToUid(tagId, nfcUid, null);
if(null != history && (history.getStatus().equals(OPERATE_TYPE_APPLYING))) {
throw new GatewayException(402, "已存在物权申请");
throw new GatewayException(402, "操作失败:已存在物权申请");
}
//将申请记录插入数据库
... ...