功能优化
This commit is contained in:
parent
bb4f14ac07
commit
afa0ca6750
|
|
@ -112,7 +112,7 @@ public class RectificationPunishmentController extends BaseController {
|
||||||
public AjaxResult addData(RectificationPunishmentEntity bean) {
|
public AjaxResult addData(RectificationPunishmentEntity bean) {
|
||||||
try {
|
try {
|
||||||
service.addRemoteFace(bean);
|
service.addRemoteFace(bean);
|
||||||
return AjaxResult.success("success");
|
return AjaxResult.success("新增成功");
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
logger.error("新增远程人脸抽查", e);
|
logger.error("新增远程人脸抽查", e);
|
||||||
return AjaxResult.error("服务异常,请稍后重试");
|
return AjaxResult.error("服务异常,请稍后重试");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue