src/main/java/zy/cloud/wms/manager/service/impl/WorkServiceImpl.java
@@ -708,7 +708,7 @@ @Transactional public R stockCheckAuditing(Long checkId, Long userId) { Check check = checkService.selectById(checkId); if (null == check) { if (null == check || check.getStatus() != 1) { return R.error("盘点记录已失效"); } Date now = new Date();