Showing
1 changed file
with
0 additions
and
2 deletions
@@ -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; |
-
Please register or login to post a comment