fix: 气胀轴代数校验位置改为分切计划表2
This commit is contained in:
@@ -45,11 +45,10 @@
|
||||
</select>
|
||||
<select id="getAreaNotTaskPointByLocationAreaAndStatus"
|
||||
resultType="org.nl.b_lms.bst.ivt.cutpointivt.service.dao.BstIvtCutpointivt">
|
||||
SELECT DISTINCT bic.*, sc.qzz_generation, p.qzz_size
|
||||
SELECT DISTINCT bic.*, p.qzz_generation, p.qzz_size
|
||||
FROM bst_ivt_cutpointivt bic
|
||||
LEFT JOIN pdm_bi_slittingproductionplan p ON ((p.qzzno = bic.qzz_no1 AND IFNULL(bic.qzz_no1,'') != '')
|
||||
OR (p.qzzno = bic.qzz_no2 AND IFNULL(bic.qzz_no2,'') != ''))
|
||||
LEFT JOIN st_ivt_cutpointivt sc ON sc.ext_code = p.resource_name
|
||||
WHERE bic.point_type = '1'
|
||||
AND bic.is_used = '1'
|
||||
AND bic.point_status = '3'
|
||||
|
||||
Reference in New Issue
Block a user