自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-10 e7ab1520d0e7f368e5d3b9b986aa2e68e8bc952b
src/main/java/com/zy/asrs/mapper/LocDetlMapper.java
@@ -20,4 +20,7 @@
    @Update("update asr_loc_detl set anfme=#{anfme}, modi_time = getDate() where loc_no = #{locNo} and matnr = #{matnr}")
    int updateAnfme(Double anfme, String locNo, String matnr);
    @Update("update asr_loc_detl set loc_no = #{newLocNo}, modi_time=getDate() where loc_no = #{oldLocNo}")
    int updateLocNo(String newLocNo, String oldLocNo);
}