自动化立体仓库 - WMS系统
#
zzgtfwq
2 天以前 f5c89a9b01b0cae70a7e0ccd878fb75121743929
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>