Authored by caoyan

物权转移

@@ -437,8 +437,6 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ @@ -437,8 +437,6 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
437 437
438 if(status.equals(OPERATE_TYPE_REJECT)) { 438 if(status.equals(OPERATE_TYPE_REJECT)) {
439 setFinalTimeToEnd(inboxId, fromUid); 439 setFinalTimeToEnd(inboxId, fromUid);
440 - //清理缓存  
441 - clearIdentifyCache(tagId, nfcUid);  
442 //“不同意”则拒绝物权占有,短信通知申请⼈人“您发起商品xxxxxx的物权转 移申请,当前物权所有⼈人拒绝转移申请,您可以重新发起物权申请” 440 //“不同意”则拒绝物权占有,短信通知申请⼈人“您发起商品xxxxxx的物权转 移申请,当前物权所有⼈人拒绝转移申请,您可以重新发起物权申请”
443 messageFacade.ownerReject(String.valueOf(toUid), queryIdentifyRecord(tagId, nfcUid).getOrderCode()); 441 messageFacade.ownerReject(String.valueOf(toUid), queryIdentifyRecord(tagId, nfcUid).getOrderCode());
444 return result; 442 return result;