邱宇豪
2023-11-07 26d0470f278de9b7094dc0569ce0d741567f2c8c
hd/pipe/engineeringManage/src/main/java/com/thhy/engineering/modules/biz/moldquality/controller/MoldQualityController.java
@@ -66,12 +66,12 @@
   }
   /**
    * 获取模具型号列表
    * 根据项目和模具编号获取模具型号列表
    * @return
    */
   @GetMapping(value = "getMoldCode")
   BasicResult getMoldCode(String proId){
      return moldQualityService.getMoldCode(proId);
   @PostMapping(value = "getMoldCode")
   BasicResult getMoldCode(@RequestBody Map<String,Object> map){
      return moldQualityService.getMoldCode(map);
   }
   /**