test:故障记录展示数据修改

dev
袁子龙 2024-09-23 21:05:45 +08:00
parent c13bf9528c
commit efb50cff22
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ import java.util.List;
@Service @Service
public class sysCarFaultLogServiceImpl extends ServiceImpl<SysCarFaultLogMapper, SysCarFaultLog> implements SysCarFaultLogService { public class sysCarFaultLogServiceImpl extends ServiceImpl<SysCarFaultLogMapper, SysCarFaultLog> implements SysCarFaultLogService {
@Autowired
private SysCarFaultLogMapper mapper;
@Override @Override
public List<SysCarFaultLog> selectSysCarFaultLogList(SysCarFaultLog sysCarFaultLog) { public List<SysCarFaultLog> selectSysCarFaultLogList(SysCarFaultLog sysCarFaultLog) {