text:修改故障码添加

master
袁子龙 2024-09-25 19:26:40 +08:00 committed by Liu Wu
parent abe99dccce
commit 8fbb00151b
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ public class SysCarFaultController extends BaseController
if (sysCarFaultService.checkIdUnique(sysCarFault)) { if (sysCarFaultService.checkIdUnique(sysCarFault)) {
return error("新增 车辆故障管理 ,失败"); return error("新增 车辆故障管理 ,失败");
} }