|
@@ -67,7 +67,7 @@ public class SceneMarkShapeServiceImpl extends ServiceImpl<MarkShapeMapper, Scen
|
|
|
public List<SceneMarkShape> findByToTrainStatus(Integer toTrain) {
|
|
|
QueryWrapper queryWrapper = new QueryWrapper();
|
|
|
queryWrapper.select("DISTINCT num")
|
|
|
- .eq("to_detect",toTrain) ;
|
|
|
+ .eq("to_train",toTrain) ;
|
|
|
return getBaseMapper().selectList(queryWrapper);
|
|
|
}
|
|
|
|