Compare commits
2 Commits
732dccf2e4
...
f98f6cb038
| Author | SHA1 | Date | |
|---|---|---|---|
| f98f6cb038 | |||
| d1593e57c3 |
@@ -155,7 +155,7 @@ public class ModelTrainMngCoreService {
|
||||
} else if (addReq.getModelNo().equals(ModelType.G3.getId())) {
|
||||
datasetEntity.setLandCoverCnt(dataset.getSummary().getLandCoverCnt());
|
||||
} else if (addReq.getModelNo().equals(ModelType.G4.getId())) {
|
||||
datasetEntity.setSolarCnt(dataset.getSummary().getSolar());
|
||||
datasetEntity.setSolarCnt(dataset.getSummary().getSolarCnt());
|
||||
}
|
||||
|
||||
datasetEntity.setCreatedUid(userUtil.getId());
|
||||
|
||||
Reference in New Issue
Block a user