lxw
2022-09-13 c5538e9c8f0f3a2a6c5f5b8caad3eef25ee0b8f3
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);