fix-租车商品
This commit is contained in:
@@ -206,7 +206,7 @@ public class CarRentalProductServiceImpl extends ServiceImpl<CarRentalProductDao
|
||||
}
|
||||
q = Boolean.TRUE;
|
||||
}
|
||||
if (q && (CollUtil.isEmpty(bid) || CollUtil.isEmpty(mid))) {
|
||||
if (q && CollUtil.isEmpty(bid) && CollUtil.isEmpty(mid)) {
|
||||
return CommonPage.copyPageInfo(new Page(), CollUtil.newArrayList());
|
||||
}
|
||||
LambdaQueryWrapper<CarInformation> infoLqw = new LambdaQueryWrapper<>();
|
||||
|
||||
@@ -278,7 +278,7 @@ public class UserBrokerageRecordServiceImpl extends ServiceImpl<UserBrokerageRec
|
||||
record.setSubAvator(order.getMerAvatar());
|
||||
}
|
||||
if (record.getLinkType().equals("rebate")) {
|
||||
record.setSubNickName("流水返佣");
|
||||
record.setSubNickName("流水返佣预估收益");
|
||||
String imge = systemConfigService.getValueByKey("rebate_expend");
|
||||
if (record.getType().equals(BrokerageRecordConstants.BROKERAGE_RECORD_TYPE_ADD)) {
|
||||
imge = systemConfigService.getValueByKey("rebate_income");
|
||||
|
||||
Reference in New Issue
Block a user