Commit 48bae1a9 by fanjiaxin

联调问题处理

parent f79e9257
Pipeline #71624 passed with stages
in 1 minute 1 second
...@@ -373,8 +373,9 @@ public class DrmSharerConfig { ...@@ -373,8 +373,9 @@ public class DrmSharerConfig {
} finally { } finally {
// 保存记录 // 保存记录
saveSharerProductCommissionRecord(sharerInfo.getOpenId(), saveSharerProductCommissionRecord(sharerInfo.getOpenId(),
sharerInfo.getSharerAppid(), oldBo.getProductId(), sharerInfo.getSharerAppid(), newBo.getProductId(),
oldBo.getCommissionRatio(), newBo.getCommissionRatio(), null != oldBo ? oldBo.getCommissionRatio() : null,
newBo.getCommissionRatio(),
CommissionChangeOptTypeEnum.SET, isSuccess); CommissionChangeOptTypeEnum.SET, isSuccess);
} }
} }
......
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