修改开料状态异常修复

This commit is contained in:
gaoqr
2025-07-03 16:39:59 +08:00
parent b7ee75e9e4
commit 0bb12c3d0e
@@ -427,7 +427,7 @@
<select id="selectIsCuttingPlate" resultType="java.lang.Long"> <select id="selectIsCuttingPlate" resultType="java.lang.Long">
select distinct select distinct
op.plate_id op.id
from order_plate op from order_plate op
where op.organ_id = #{organId} where op.organ_id = #{organId}
and op.plan_id = #{planId} and op.plan_id = #{planId}