|
|
@ -46,7 +46,7 @@ public class CodeRelController {
|
|
|
|
@PostMapping("/update")
|
|
|
|
@PostMapping("/update")
|
|
|
|
public BaseResponse updateByCodeRel(@RequestBody CodeRel param) {
|
|
|
|
public BaseResponse updateByCodeRel(@RequestBody CodeRel param) {
|
|
|
|
if ( param == null ||
|
|
|
|
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,"参数错误");
|
|
|
|
return ResultVOUtils.error(ResultEnum.DATA_ERROR,"参数错误");
|
|
|
|
}
|
|
|
|
}
|
|
|
|