From b1678ccef4d2d77b17eb4d115c4cba476b9c63db Mon Sep 17 00:00:00 2001 From: liuzhaotian Date: Thu, 5 Sep 2024 11:21:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=8D=95=E6=95=B0=E6=8D=AE=E6=BA=90-?= =?UTF-8?q?=E5=8C=85=E8=A3=B9=E8=AF=A6=E6=83=85=E6=95=B0=E6=8D=AE=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E6=9B=B4=E6=94=B9-=E7=BC=BA=E5=B0=91=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E5=8F=82=E6=95=B0=E8=A1=A5=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/executor/dal/mysql/orderItem/OrderItemMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/dal/mysql/orderItem/OrderItemMapper.java b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/dal/mysql/orderItem/OrderItemMapper.java index 8c7286e32..1d096ca26 100644 --- a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/dal/mysql/orderItem/OrderItemMapper.java +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/java/com/cf/imes/module/executor/dal/mysql/orderItem/OrderItemMapper.java @@ -60,7 +60,7 @@ public interface OrderItemMapper extends BaseMapperX { void deleteByPlateId(@Param("deletePlateIds") List deletePlateIds); - List selectPackList(@Param("orderIds") List orderIds, @Param("organId") Long organId); + List selectPackList(@Param("ids") List ids, @Param("organId") Long organId); default int deleteByBodyId(Long bodyId, Long organId) {