Commit 3bfe2e2f by fanjiaxin

分佣配置结构调整

parent 34c196ed
Pipeline #71778 passed with stages
in 1 minute 8 seconds
...@@ -237,7 +237,7 @@ public class DrmSharerConfig { ...@@ -237,7 +237,7 @@ public class DrmSharerConfig {
return; return;
} }
// 最新的分佣比例 // 最新的分佣比例
BigDecimal sharerCommissionRatio = getSharerCommissionRatioOrDefault(oldCommissionSharer.getOpenId()); BigDecimal sharerCommissionRatio = getDefaultCommissionRatio();
// 设置推客分佣比例 // 设置推客分佣比例
boolean isSuccess = false; boolean isSuccess = false;
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment