This commit is contained in:
2023-10-19 11:32:14 +08:00
9 changed files with 244 additions and 20 deletions

View File

@@ -162,6 +162,7 @@ public class PileStationInfoServiceImpl implements IPileStationInfoService {
// vo.setOrganizationCode(pileStationInfo.getor);
vo.setPublicFlag(pileStationInfo.getPublicFlag());
vo.setOpenFlag(pileStationInfo.getOpenFlag());
vo.setOpenAllDay(pileStationInfo.getOpenAllDay());
vo.setDeptId(pileStationInfo.getDeptId());
if (StringUtils.isNotBlank(pileStationInfo.getPictures())) {
vo.setPictures(pileStationInfo.getPictures());