春风项目四线(合箱线、总装线)
wujian
2024-08-18 8876c234904459d038a2b282b3fdc30e006f9925
jcdm-main/src/main/resources/mapper/da/passingStationCollection/ProductNewPassStationMapper.xml
@@ -88,6 +88,16 @@
            <if test="balanceCode != null">and balance_code = #{balanceCode}</if>
        </where>
    </select>
    <select id="getProductPassStationListByEngineList"
            resultMap="ProductNewPassStationResult">
        <include refid="selectProductNewPassStationVo"/>
            <where>
                sfc_code in
                <foreach collection="engineNoList" item="sfcCode" open="(" separator="," close=")">
                    #{sfcCode}
                </foreach>
            </where>
    </select>
</mapper>