自动化立体仓库 - WMS系统
zwl
5 天以前 a68a6de7f27e035beb2a141d895dd7e44ae9e659
src/main/java/com/zy/asrs/mapper/RowLastnoMapper.java
@@ -13,7 +13,7 @@
    RowLastno findBySection(Integer row);
    @Update("update asr_row_lastno set wrk_mk = 1 where whs_type = 1")
    @Update("update asr_row_lastno set crn_qty = 1 where whs_type = 2")
    void updateInitWrkMk();
    @Update("update asr_row_lastno set wrk_mk = 1 where whs_type = #{whs}")