自动化立体仓库 - WMS系统
#1
czkh
8 小时以前 93d09c258adfed3ccef1f332ec4297e898306858
src/main/resources/mapper/WrkDetlMapper.xml
@@ -164,5 +164,16 @@
        where 1=1
        and wrk_no = #{workNo}
    </update>
    <resultMap id="PickInMap" type="com.zy.asrs.entity.param.PickInParam">
        <result column="matnr" property="matnr" />
        <result column="maktx" property="maktx" />
        <result column="anfme" property="anfme" />
        <result column="wrk_no" property="workNo"/>
    </resultMap>
    <select id="selectDetByBarcode" resultMap="PickInMap">
        select matnr,maktx,anfme,wrk_no
        from asr_wrk_detl
        where zpallet = #{barcode}
    </select>
</mapper>