update - 质量问题前80报表加工位查询

master
yinq 4 weeks ago
parent 4d724fb8ae
commit 6c284589bc

@ -239,6 +239,9 @@
<if test="beginBeginTime != null and beginBeginTime != '' and endBeginTime != null and endBeginTime != ''">
AND TO_CHAR(RQI.INSPECTOR_TIME, 'YYYY-MM-DD HH24:MI:SS') BETWEEN #{beginBeginTime} AND #{endBeginTime}
</if>
<if test="STATION_CODE != null and STATION_CODE != ''">
AND RQI.STATION_CODE = #{STATION_CODE}
</if>
<if test="PRODUCT_LINE_CODE != null and PRODUCT_LINE_CODE != ''">
AND PL2.PRODUCT_LINE_CODE = #{PRODUCT_LINE_CODE}
</if>

Loading…
Cancel
Save