bug调整

This commit is contained in:
xy
2024-12-19 11:20:25 +08:00
parent 885fc36739
commit 4006d26d5f

View File

@@ -202,7 +202,6 @@ public class EventServiceImpl implements IEventService {
if (!Objects.equals(item.getPrjTimeEnd(),-1L)) {
WlRecordParam.UpdateRecord wlRecord = new WlRecordParam.UpdateRecord();
BeanUtils.copyProperties(record,wlRecord);
wlRecord.setProStartTime(timestampToDatetime(item.getPrjTimeStart()));
wlRecord.setProEndTime(timestampToDatetime((item.getPrjTimeEnd() - 8*3600)));
wlRecordFeignClient.updateTestRecord(wlRecord);
}