모델 종류 이름 변경
This commit is contained in:
@@ -97,7 +97,7 @@ public class DatasetService {
|
||||
}
|
||||
|
||||
public List<SelectDataSet> getDatasetSelectList(String modelType, String selectType) {
|
||||
if (modelType.equals("M1")) {
|
||||
if (modelType.equals("G1")) {
|
||||
return datasetCoreService.getDatasetSelectM1List(modelType, selectType);
|
||||
} else {
|
||||
return datasetCoreService.getDatasetSelectM2M3List(modelType, selectType);
|
||||
|
||||
Reference in New Issue
Block a user