Commit fbe85d3a authored by huyuchen's avatar huyuchen

缴费库推送优化

parent 8b8bbf58
......@@ -2817,7 +2817,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
if (Common.isNotNull(redisUtil.get(key))) {
return R.failed("用户正在推送实缴数据中,禁止重复推送!");
} else {
redisUtil.set(key, user.getId(), 360L);
redisUtil.set(key, user.getId(), 1200L);
}
Map<String, TSettleDomainSelectVo> mapSelectVo = this.getSelectVoMap();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment