whyclxw
2024-07-23 d05c75ac14e72ba9618bbb1fbe8a06f10524ef4c
不良品处理和归档
1个文件已修改
1 ■■■■ 已修改文件
src/main/java/com/whyc/service/DefectiveProductsService.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/service/DefectiveProductsService.java
@@ -201,6 +201,7 @@
    }
    //归档不良品
    @Transactional
    public Response stopDefective(int deftId) {
        //修改当前表记录
        UpdateWrapper wrapper=new UpdateWrapper();