@@ -147,7 +147,7 @@ public class AflPaccountRefundCountServiceImpl implements AflPaccountRefundCount | |||
String redisKey=COUNT_KEY+fssPaccountPay.getPayId(); | |||
final Object redisData = redisUtils.get(redisKey); | |||
if (!ObjectUtil.isEmpty(redisData)) { | |||
log.error("该数据已存在60秒内处理中,请勿重复处理"); | |||
log.error("该数据已存在60秒内处理中,请勿重复处理 ,payId="+fssPaccountPay.getPayId()); | |||
return; | |||
}else { | |||
redisUtils.set(redisKey,JSON.toJSONString(fssPaccountPay),60); |