update 删除部分未用到的引用
This commit is contained in:
@@ -81,7 +81,7 @@ public interface LeaseMachineMapper extends BaseMapper<LeaseMachine> {
|
||||
* @param machineIds
|
||||
* @return
|
||||
*/
|
||||
List<CartMachineInfoDto> getMachinesByIds(@Param("machineIds") List<Long> machineIds);
|
||||
List<CartMachineInfoDto> getMachinesByIds(@Param("machineIds") List<Long> machineIds, @Param("userId") String username);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user