src/main/java/com/zy/asrs/mapper/LocDetlMapper.java
@@ -31,6 +31,10 @@ Integer getStockOutPageCount(Map<String, Object> map); List<LocDetl> getStockOutPage2(Map<String, Object> map); Integer getStockOutPageCount2(Map<String, Object> map); @Update("update asr_loc_detl set loc_no = #{newLocNo}, modi_time=getDate() where loc_no = #{oldLocNo}") int updateLocNo(String newLocNo, String oldLocNo);