...
|
...
|
@@ -766,6 +766,9 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ |
|
|
RedisKeyBuilder kb = new RedisKeyBuilder().appendFixed("ufo:product:identifyResultInfo:").
|
|
|
appendVar(tagId).appendVar(":").appendVar(nfcUid);
|
|
|
clientCache.delete(kb.toString());
|
|
|
RedisKeyBuilder kb_new = new RedisKeyBuilder().appendFixed("ufo:product:newIdentifyResultInfo:").
|
|
|
appendVar(tagId).appendVar(":").appendVar(nfcUid);
|
|
|
clientCache.delete(kb_new.toString());
|
|
|
}
|
|
|
|
|
|
private ProductIdentifyResp getIdentifyFromCache(String tagId, String nfcUid) {
|
...
|
...
|
|