排单数据源-包裹详情数据结构更改-缺少方法参数补全

This commit is contained in:
liuzhaotian
2024-09-05 11:21:50 +08:00
parent 8a718dcbc8
commit b1678ccef4
@@ -60,7 +60,7 @@ public interface OrderItemMapper extends BaseMapperX<OrderItemDO> {
void deleteByPlateId(@Param("deletePlateIds") List<Long> deletePlateIds);
List<PrintOrderPackReqVO> selectPackList(@Param("orderIds") List<Long> orderIds, @Param("organId") Long organId);
List<PrintOrderPackReqVO> selectPackList(@Param("ids") List<Long> ids, @Param("organId") Long organId);
default int deleteByBodyId(Long bodyId, Long organId) {