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

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

修改 审核相关文案提示

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