|
@@ -3715,7 +3715,7 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
if (config != null) {
|
|
if (config != null) {
|
|
|
List<Long> noDsUserIds = Jsons.parseList(config.getSysValue(), Long.class);
|
|
List<Long> noDsUserIds = Jsons.parseList(config.getSysValue(), Long.class);
|
|
|
if (noDsUserIds.contains(userDistributeShared.getSharedId())) {
|
|
if (noDsUserIds.contains(userDistributeShared.getSharedId())) {
|
|
|
- log.info("用户:{}不参与分销", Constant.NO_DS_USER_ID);
|
|
|
|
|
|
|
+ log.info("用户:{}不参与分销", userDistributeShared.getSharedId());
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|