叶松
2023-11-27 19eefcf5f39fd6ae3e161f978b74d92353585fc7
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);
   }
   /**