自动化立体仓库 - WMS系统
#
zzgtfwq
8 天以前 4654f843e10a00044778efe04f961d6541e33105
src/main/resources/mapper/OrderDetlMapper.xml
@@ -201,5 +201,10 @@
            </otherwise>
        </choose>
    </update>
    <select id="selectByOrderNo" resultMap="BaseResultMap">
        select  *
        from man_order_detl
        where order_no = #{orderNo}
    </select>
</mapper>