自动化立体仓库 - WMS系统
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}")