yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/dal/mysql/pro/pallet/MesProPalletMapper.java
@@ -23,6 +23,9 @@ return selectOne(MesProPalletDO::getCode, code); } @Select("SELECT * FROM mes_pro_pallet WHERE id = #{id} AND deleted = 0 FOR UPDATE") MesProPalletDO selectByIdForUpdate(@Param("id") Long id); default List<MesProPalletDO> selectListByBatchId(Long batchId) { return selectList(MesProPalletDO::getBatchId, batchId); }