记得上下班打卡 | git大法好,push需谨慎

Commit b8376b79 authored by GaoHu's avatar GaoHu

redis用户驳回状态添加

parent e5fd3e07
......@@ -283,6 +283,7 @@ public class SmileUserServiceImpl extends ServiceImpl<SmileUserMapper, SmileUser
private void updateRedisSetUser(SmileUserVO smileUserVO, String uid, String reason) {
//审核失败原因
if (StringUtils.isNotNull(reason)) smileUserVO.setErrorReason(reason);
smileUserVO.setState(4);
//存入redis中
smileRedisUtils.setSmileUserVO(uid, smileUserVO);
}
......
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