Authored by caoyan

物权转移

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