Commit 9c32dc01 by fanjiaxin

分佣配置结构调整

parent 2cd36a00
Pipeline #71757 passed with stages
in 59 seconds
......@@ -509,6 +509,10 @@ public class DrmSharerConfig {
sharerInfoLuw.set(SharerInfo::getUpdateTime, new Date());
sharerInfoLuw.eq(SharerInfo::getId, sharerInfo.getId());
sharerInfoMapper.update(null, sharerInfoLuw);
// 获取最新的推客信息
sharerInfo = sharerInfoMapper.selectById(sharerInfo.getId());
// 更新缓存
sharerInfoMap.put(sharerInfo.getOpenId(), sharerInfo);
}
private Map<String, CommissionSharerProductBO> convertCommissionSharerProductMap(String val) {
......
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