|
|
@ -102,7 +102,7 @@ public interface WarehouseMappingDataMapper { |
|
|
|
|
|
|
|
|
|
|
|
List<Long> findMoreTrayTypeIds(@Param("trayCode") String trayCode); |
|
|
|
List<Long> findMoreTrayTypeIds(@Param("trayCode") String trayCode); |
|
|
|
|
|
|
|
|
|
|
|
void updateTrayTypeId(@Param("aLong") Long aLong, @Param("trayCode") String trayCode); |
|
|
|
void updateTrayTypeId(@Param("trayTypeId") Long aLong, @Param("trayCode") String trayCode); |
|
|
|
|
|
|
|
|
|
|
|
void updateTrayTypeDeleted(@Param("trayTypeIds") List<Long> trayTypeIds); |
|
|
|
void updateTrayTypeDeleted(@Param("trayTypeIds") List<Long> trayTypeIds); |
|
|
|
|
|
|
|
|
|
|
|