mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 13:42:07 +08:00
优化生产新增空小板接口逻辑修改,分页打包接口板材参数修改
This commit is contained in:
-2
@@ -69,8 +69,6 @@ public interface OrderPackageMapper extends BaseMapperX<OrderPackageDO> {
|
||||
.eqIfPresent(OrderPackageDO::getId, packageId));
|
||||
}
|
||||
|
||||
void updatePackStatus(Long packageId);
|
||||
|
||||
|
||||
List<PackRespVO> selectPackPieceCount(@Param("orderIds") List<Long> orderIds, @Param("organId") Long organId);
|
||||
}
|
||||
|
||||
+2
-3
@@ -44,9 +44,8 @@
|
||||
from order_package op
|
||||
join order_item oi on op.id = oi.package_id and op.organ_id = oi.organ_id
|
||||
|
||||
where op.status <> 0
|
||||
and oi.package_id !=0
|
||||
and plate_id != 0
|
||||
where oi.package_id !=0
|
||||
and oi.plate_id != 0
|
||||
and op.organ_id =#{organId}
|
||||
and op.order_id in
|
||||
<foreach item="id" collection="orderIds" open="(" separator="," close=")">
|
||||
|
||||
Reference in New Issue
Block a user