shishuaikang
2023-12-08 f3af56e34f1cbf210b943404c900ff2d89a9a0fe
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);
   }
   /**