fix: 字段调整
This commit is contained in:
parent
f74454888d
commit
ff958bd216
@ -81,5 +81,5 @@ public class TiProject extends BaseEntity {
|
||||
private Long indicatorId;
|
||||
|
||||
@ApiModelProperty(value = "测试功能id列表")
|
||||
private String testfuncs;
|
||||
private String testFuncs;
|
||||
}
|
||||
|
||||
@ -53,7 +53,7 @@ public class TiProjectServiceImpl extends ServiceImpl<TiProjectMapper, TiProject
|
||||
@Override
|
||||
public int insertTiProject(TiProject tiProject) {
|
||||
// 校验功能ID是否属于同一车型配置
|
||||
List<Long> ids = StrUtil.split(tiProject.getTestfuncs(), CharPool.COMMA)
|
||||
List<Long> ids = StrUtil.split(tiProject.getTestFuncs(), CharPool.COMMA)
|
||||
.stream()
|
||||
.map(Long::valueOf)
|
||||
.collect(Collectors.toList());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user