mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
排单数据源-包裹详情数据结构更改-缺少方法参数补全
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user