Commit 5fbd882f by fanjiaxin

联调问题处理

parent 1510e552
Pipeline #71638 passed with stages
in 55 seconds
...@@ -391,6 +391,9 @@ public class DrmSharerConfig { ...@@ -391,6 +391,9 @@ public class DrmSharerConfig {
* 删除推客的的分佣类型和比例信息 * 删除推客的的分佣类型和比例信息
*/ */
private void deleteSharerProductCommissionInfo(CommissionSharerProductBO oldBo) { private void deleteSharerProductCommissionInfo(CommissionSharerProductBO oldBo) {
if(null == oldBo || StringUtils.isBlank(oldBo.getOpenId())){
return;
}
SharerInfo sharerInfo = getSharerInfoByOpenId(oldBo.getOpenId()); SharerInfo sharerInfo = getSharerInfoByOpenId(oldBo.getOpenId());
// 设置推客分佣比例 // 设置推客分佣比例
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