| @@ -178,6 +178,9 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_c_user_basic_info".equals(tableName)) { | if ("wx_c_user_basic_info".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("mem_coupon_from_dsp".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| return false; | return false; | ||||
| } | } | ||||
| @@ -159,6 +159,9 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_weapp_release_status".equals(tableName)) { | if ("wx_weapp_release_status".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("mem_coupon_from_dsp".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| return false; | return false; | ||||
| } | } | ||||
| @@ -768,7 +768,7 @@ public class WxUserGrantController extends BaseController { | |||||
| return new ResultData(Result.SUCCESS, "是老用户,已完成手机号授权", resultMap); | return new ResultData(Result.SUCCESS, "是老用户,已完成手机号授权", resultMap); | ||||
| } | } | ||||
| @RedisCache | |||||
| // @RedisCache //导致更改手机号后数据更新不及时 | |||||
| @ApiOperation("获取当前用户信息") | @ApiOperation("获取当前用户信息") | ||||
| @GetMapping("/userinfo") | @GetMapping("/userinfo") | ||||
| public ResultData getUserInfo() { | public ResultData getUserInfo() { | ||||
| @@ -165,6 +165,9 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_weapp_release_status".equals(tableName)) { | if ("wx_weapp_release_status".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("mem_coupon_from_dsp".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| return false; | return false; | ||||
| } | } | ||||