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

Commit b775809c authored by 胡佳晨's avatar 胡佳晨

修改 审核相关文案提示

parent 73d36bd9
...@@ -10,9 +10,9 @@ spring: ...@@ -10,9 +10,9 @@ spring:
cloud: cloud:
config: config:
# uri: http://127.0.0.1:7002/support-config # uri: http://127.0.0.1:7002/support-config
uri: http://39.107.71.112:7002/support-config # uri: http://39.107.71.112:7002/support-config
name: ${spring.application.name},${spring.application.name}-druid #默认为spring.application.name name: ${spring.application.name},${spring.application.name}-druid #默认为spring.application.name
profile: ${liquidnet.cloudConfig.profile} profile: ${liquidnet.cloudConfig.profile}
# discovery: discovery:
# enabled: true enabled: true
# service-id: liquidnet-support-config service-id: liquidnet-support-config
...@@ -258,16 +258,16 @@ ...@@ -258,16 +258,16 @@
title: '地区' title: '地区'
}, },
{ {
field: 'activityType', field: 'agentName',
title: '组长' title: '组长'
}, },
{ // {
field: 'smileUserVoOrgListOrdinary', // field: 'smileUserVoOrgListOrdinary',
title: '组员', // title: '组员',
formatter: function (value, row, index) { // formatter: function (value, row, index) {
//
} // }
}, // },
{ {
title: '操作', title: '操作',
align: 'center', align: 'center',
......
...@@ -166,7 +166,7 @@ public class SmileUserServiceImpl extends ServiceImpl<SmileUserMapper, SmileUser ...@@ -166,7 +166,7 @@ public class SmileUserServiceImpl extends ServiceImpl<SmileUserMapper, SmileUser
//根据uid查询redis中的用户缓存信息 //根据uid查询redis中的用户缓存信息
SmileUserVO smileUserVO = getSmileUserVOFromRedis(smileUserCheckVo.getUid()); SmileUserVO smileUserVO = getSmileUserVOFromRedis(smileUserCheckVo.getUid());
if (!smileUserVO.getType().equals(0)) { if (!smileUserVO.getType().equals(0)) {
return AjaxResult.warn("已经审核过"); return AjaxResult.warn("已审核");
} }
//判断是否通过 //判断是否通过
if (smileUserCheckVo.getType().equals(4)) { if (smileUserCheckVo.getType().equals(4)) {
......
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