update 删除部分未用到的引用

This commit is contained in:
yyb
2026-01-07 10:37:24 +08:00
parent 7627b8962d
commit db8384f04b
8 changed files with 101 additions and 20 deletions

View File

@@ -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);
/**