邱宇豪
2023-11-23 3e5565088aaf858b1e631e796083312e1e4d74c0
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);
   }
   /**