chenlu
2024-04-25 f0957ff7692bbf4f721121ed695df01f4c6d640d
north-glass-erp/target/classes/mapper/pp/WordOrder.xml
@@ -182,4 +182,7 @@
        set o.production_order=#{state}
        where o.order_id = #{orderId}
    </update>
    <select id="selectProcessCard">
        select processing_card from sd.`order` where order_id = #{orderId}
    </select>
</mapper>