#
luxiaotao1123
2020-07-08 da197adeb3fe32e90a9625b5cf2cb0097a3a00d9
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);
}