|
|
@ -103,7 +103,7 @@ public class ThrSystemController {
|
|
|
|
ThrSystemEntity thrSystemEntity = thrSystemService.selectByThirdId(filterBasicThirdSysDetailRequest.getThirdSysFk());
|
|
|
|
ThrSystemEntity thrSystemEntity = thrSystemService.selectByThirdId(filterBasicThirdSysDetailRequest.getThirdSysFk());
|
|
|
|
return ResultVOUtils.success(thrSystemEntity);
|
|
|
|
return ResultVOUtils.success(thrSystemEntity);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//接口设置编辑
|
|
|
|
@PostMapping("/udiwms/basic/thirdsys/update")
|
|
|
|
@PostMapping("/udiwms/basic/thirdsys/update")
|
|
|
|
public BaseResponse save(@RequestBody @Valid ThrSystemEntity thrSystemEntity,
|
|
|
|
public BaseResponse save(@RequestBody @Valid ThrSystemEntity thrSystemEntity,
|
|
|
|
BindingResult bindingResult) {
|
|
|
|
BindingResult bindingResult) {
|
|
|
|