张晓波
2023-12-11 24fc3f18bbeddda342ddf3a3d7f2dd4ef9feab3f
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);
   }
   /**