自动化立体仓库 - WMS系统
zwl
4 天以前 ac88fa85ea2b39f9c94f080a95406739e64fd7f2
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}")