Authored by caoyan

Merge branch 'dev_物权转移' into test6.8.6

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