自动化立体仓库 - WMS系统
#1
lsh
1 天以前 809f49807ce5f587fe881cfe4cc3d38d9c1a46a3
src/main/java/com/zy/asrs/controller/WrkMastController.java
@@ -161,7 +161,7 @@
            return R.error("请至少选择一行数据");
        }
        for (WrkMast entity : list){
           entity.setIoPri(entity.getIoPri() + 1);
           entity.setIoPri(entity.getIoPri() + 100000);
        }
        wrkMastService.updateBatchById(list);
        return R.ok();