Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
2025-12-12 15:24:38 +08:00

View File

@@ -169,7 +169,7 @@ public class MkConsumeCashbackServiceImpl extends ServiceImpl<MkConsumeCashbackM
.setSourceType("order")
.setType("cash")
.setTitle("消费返现到账")
.setContent(StrUtil.format("返现到账提醒: 你本次消费的{}元返现已存入账户,可直接用于消费或提现,查收这份省钱福利", cashbackAmount));
.setContent(StrUtil.format("返现到账提醒: 你本次消费的{}元返现已存入账户,可直接用于消费,查收这份省钱福利", cashbackAmount));
acUserMsgService.addUserMsg(msg);
break;
}