|
@@ -260,7 +260,7 @@ public class YhShopManageServiceImpl implements YhShopManageService{
|
|
|
yhShopDistributeMoneyApplyMapper.insert(distributeMoneyApply);
|
|
yhShopDistributeMoneyApplyMapper.insert(distributeMoneyApply);
|
|
|
//大额提现 超过400
|
|
//大额提现 超过400
|
|
|
if (distributeMoneyApply.getVerifyStatus() == YhShopDistributeMoneyApply.Status.verifying && distributeMoneyApply.getMoney().compareTo(fourHundred) > 0) {
|
|
if (distributeMoneyApply.getVerifyStatus() == YhShopDistributeMoneyApply.Status.verifying && distributeMoneyApply.getMoney().compareTo(fourHundred) > 0) {
|
|
|
- SmsUtil.sendLuoKey2Msg(Constant.ZK_MOBILE, "推广有大额提现申请【银河录像局】");
|
|
|
|
|
|
|
+ SmsUtil.sendLuoKey2Msg(Constant.ZK_MOBILE, "小店店铺有大额提现申请【银河录像局】");
|
|
|
}
|
|
}
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
userBenefitsService.addYhsMoney(userId, distributeMoneyApply.getMoney());
|
|
userBenefitsService.addYhsMoney(userId, distributeMoneyApply.getMoney());
|