自动化立体仓库 - WCS系统
#
luxiaotao1123
2022-12-20 148e47c978faa35fc2e47c837e4ee319822b9f56
#
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/WrkDetlMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkDetlMapper.xml
@@ -48,7 +48,7 @@
    </resultMap>
    <select id="findByWorkNo" resultMap="BaseResultMap">
        select wrk_no, matnr, maktx, anfme from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
        select * from asr_wrk_detl where 1=1 and wrk_no = #{workNo}
    </select>
</mapper>