Commit 48bae1a9 by fanjiaxin

联调问题处理

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