自动化立体仓库 - WMS系统
#
Administrator
3 天以前 b61c2d7525bcbdf02db339c1b9865c6032412a8c
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}")