From b576ae02b20b954e4124fffa51bb116f520e9f28 Mon Sep 17 00:00:00 2001 From: sangelxiu1 <15781802@163.com> Date: Fri, 18 Jul 2025 11:43:21 +0800 Subject: [PATCH] =?UTF-8?q?##=20Feat=20-=20=E5=A2=9E=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E9=9B=B6=E5=94=AE=E5=BA=97=E9=93=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dynamicdatasource/service/impl/SendMsgServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/angelo/dynamicdatasource/service/impl/SendMsgServiceImpl.java b/src/main/java/com/angelo/dynamicdatasource/service/impl/SendMsgServiceImpl.java index 31f023c..018a877 100644 --- a/src/main/java/com/angelo/dynamicdatasource/service/impl/SendMsgServiceImpl.java +++ b/src/main/java/com/angelo/dynamicdatasource/service/impl/SendMsgServiceImpl.java @@ -65,7 +65,8 @@ public class SendMsgServiceImpl implements ISendMsgService { // } orderAmount = ComputeUtil.computeMultiply(ComputeUtil.computeDivide(orderAmount, outRate), 1); } - if(dsKey.equals("retail")) { + if(dsKey.equals("retail") + || dsKey.equals("retail_store")) { // 注册+升级=首购 if (Objects.equals(EOrderTypeRetail.RETAIL_REGISTER.getValue(), saOrderExt.getOrderType())) { registerAchieve = ComputeUtil.computeAdd(registerAchieve, orderAmount);