@@ -117,6 +117,7 @@ public class CompanyUserImportVO extends BaseEntity {
private String voicePrintUrl;
+ @Excel(name = "销售区域编号")
private String addressId;
/** 看课域名 */
@@ -656,6 +656,7 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService {
// 用户领取红包次数+1
redisTemplateInteger.opsForValue().increment(userLimitKey, 1);
+
return result;
}catch (Exception e){
logger.error("领取红包失败原因:{}", ExceptionUtils.getFullStackTrace(e),e);