Commit b774ecdf by fanjiaxin

分佣配置结构调整

parent 3bfe2e2f
Pipeline #71781 passed with stages
in 1 minute 5 seconds
...@@ -236,7 +236,7 @@ public class DrmSharerConfig { ...@@ -236,7 +236,7 @@ public class DrmSharerConfig {
if (null == sharerInfo) { if (null == sharerInfo) {
return; return;
} }
// 最新的分佣比例 // 默认分佣比例
BigDecimal sharerCommissionRatio = getDefaultCommissionRatio(); BigDecimal sharerCommissionRatio = getDefaultCommissionRatio();
// 设置推客分佣比例 // 设置推客分佣比例
boolean isSuccess = false; boolean isSuccess = false;
......
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