@ -46,7 +46,7 @@ public class CodeRelController {
@PostMapping("/update")
public BaseResponse updateByCodeRel(@RequestBody CodeRel param) {
if ( param == null ||
(StrUtil.isBlank(param.getDrugCode()) && StrUtil.isBlank(param.getDrugCode()))
(StrUtil.isBlank(param.getDiNameCode()) && StrUtil.isBlank(param.getDrugCode()))
){
return ResultVOUtils.error(ResultEnum.DATA_ERROR,"参数错误");
}