whycxzp
2022-09-13 5a00f2a78fb337e9f751c2d29660bf96a1d3fa36
产品历史版本锁定/解锁日志
1个文件已修改
2 ■■■ 已修改文件
src/main/java/com/whyc/controller/ProductLockLogController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/whyc/controller/ProductLockLogController.java
@@ -22,7 +22,7 @@
    private ProductLockLogService service;
    @ApiOperation("查询列表-根据母料编码和定制表单号")
    @GetMapping
    @GetMapping("listByParentCodeAndCustomCode")
    public Response getListByParentCodeAndCustomCode(@RequestParam String parentCode,@RequestParam String customCode){
        List<ProductLockLog> lockLogList = service.getListByParentCodeAndCustomCode(parentCode,customCode);
        return new Response().set(1,lockLogList);