From b90c2f738f64df608ae9f9277c7a3ab35c46498a Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 16 八月 2019 16:27:32 +0800 Subject: [PATCH] 金币获得事件上传 --- fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponServiceImpl.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponServiceImpl.java index c941999..70fc695 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponServiceImpl.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/user/UserSystemCouponServiceImpl.java @@ -1899,7 +1899,7 @@ tokenRecord.setStartTime(nowDate); tokenRecord.setEndTime(DateUtil.plusDayDate(3, nowDate)); tokenRecord.setToken(token); - tokenRecord.setState(state); + tokenRecord.setState(0); tokenRecordService.insertSelective(tokenRecord); } catch (Exception e) { LogHelper.errorDetailInfo(e); @@ -1927,10 +1927,10 @@ String tips = "閫佺粰浣犱竴寮犺繑鍒╁鍔卞埜蹇幓棰嗗彇鍚э紝澶嶅埗鏈潯娑堟伅[&%s&]锛屾墦寮�[杩斿埄鍒竇App棰嗗彇锛屼娇鐢ㄥ悗鍙杩斿埄鍔犲�嶃�俓r\n" +"----------------------------\r\n" - + "涓嬭浇[杩斿埄鍒竇App閾炬帴:http://t.cn/2H7AXAH\r\n" + + "涓嬭浇[杩斿埄鍒竇App閾炬帴:%s\r\n" + "PS锛氬彛浠ゅ皢浼�24灏忔椂鍐呭け鏁堬紝璇峰強鏃堕鍙栥��"; - tips = String.format(tips, token); + tips = String.format(tips, token, configService.get("app_down_link")); return tips; } -- Gitblit v1.8.0