helixiao 2 lat temu
rodzic
commit
38b3e06a3c

+ 1 - 0
src/main/java/com/ydtech/modules/admin/controller/websocket/WebSocketServer.java

@@ -170,6 +170,7 @@ public class WebSocketServer {
             sysGeographyPosition1.setAddress(province + city + district + street+streetNum+poiName+cityCode);
             sysGeographyPosition1.setCreateTime(new Date());
             sysGeographyPosition1.setSource(sysDept.getManagementSource());
+            sysGeographyPosition1.setLeaderName(sysUser.getLeaderName());
             sysGeographyPositionService.updateById(sysGeographyPosition1);
 
             SysGeographyPositionRecord sysGeographyPositionRecord = BeanUtil.copyProperties(sysGeographyPosition1, SysGeographyPositionRecord.class);