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:
+1
-1
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user