|
@@ -141,7 +141,7 @@ public class StundentFaceProcessController {
|
|
|
public RT<Boolean> add(@Valid @RequestBody AddStundentFaceProcessDto dto){
|
|
|
StundentFaceProcess stundentFaceProcess = BeanUtil.toBean(dto, StundentFaceProcess.class);
|
|
|
boolean isSuccess = stundentFaceProcessService.save(stundentFaceProcess);
|
|
|
- return RT.ok(isSuccess);
|
|
|
+ return RT.ok(isSuccess);
|
|
|
}
|
|
|
|
|
|
@PutMapping
|