跳过意向金删除缓存
This commit is contained in:
@@ -120,6 +120,8 @@ public class LinePayServiceImpl implements LinePayService {
|
|||||||
lineInfo.setUpdateTime(new Date());
|
lineInfo.setUpdateTime(new Date());
|
||||||
lineInfo.setUpdateUserId(user.getUserId());
|
lineInfo.setUpdateUserId(user.getUserId());
|
||||||
lineInfoDAO.insertOrUpdate(lineInfo);
|
lineInfoDAO.insertOrUpdate(lineInfo);
|
||||||
|
String key = MessageFormat.format(CommonConstants.AMOUNT_KEY, eid, lineInfo.getId());
|
||||||
|
redisUtilPool.delKey(key);
|
||||||
return Boolean.TRUE;
|
return Boolean.TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user