|
|
@@ -1448,10 +1448,10 @@ public class CustomerInfoServiceImpl extends ServiceImpl<CustomerInfoMapper, Cus
|
|
|
}
|
|
|
|
|
|
// 直接进行批量更新
|
|
|
- return baseMapper.update(null, new LambdaUpdateWrapper<CustomerInfo>()
|
|
|
- .set(CustomerInfo::getServiceStaffId, serviceStaffId)
|
|
|
- .in(CustomerInfo::getId, customerIds)
|
|
|
- );
|
|
|
+// return baseMapper.update(null, new LambdaUpdateWrapper<CustomerInfo>()
|
|
|
+// .set(CustomerInfo::getServiceStaffId, serviceStaffId)
|
|
|
+// .in(CustomerInfo::getId, customerIds)
|
|
|
+// );
|
|
|
}
|
|
|
|
|
|
/**
|