春风项目四线(合箱线、总装线)
wujian
2024-09-10 51b05b093fa15dd477981372f67ae7b3b2747733
jcdm-main/src/main/resources/mapper/da/passingStationCollection/ProductNewPassStationMapper.xml
@@ -64,6 +64,9 @@
    <update id="updatePassStationRodCode">
        update product_new_pass_station set rod_code = #{rodCode} where sfc_code = #{sfcCode}
    </update>
    <update id="updateBoxCodeBySfcCode">
        update product_new_pass_station set box_code = #{newBoxCode} where sfc_code = #{sfcCode}
    </update>
    <select id="getPassStation"
            resultMap="ProductNewPassStationResult">
        <include refid="selectProductNewPassStationVo"/>