二级评估算法开发

This commit is contained in:
hzj
2025-06-17 14:47:36 +08:00
parent 3f24e6e311
commit 934ac90daf
3 changed files with 8 additions and 5 deletions

View File

@@ -137,6 +137,7 @@ public class EventDetailServiceImpl extends ServiceImpl<EventDetailMapper, RmpEv
rmpEventDetailPO.setDuration(deatilDTO.getDuration()/1000);
rmpEventDetailPO.setFeatureAmplitude(deatilDTO.getAmplitude()/100);
rmpEventDetailPO.setPhase(deatilDTO.getPhase());
rmpEventDetailPO.setWavePath(deatilDTO.getWavePath());
if(StringUtils.isEmpty(deatilDTO.getWavePath())){
rmpEventDetailPO.setFileFlag(0);
}else {