TRX 1 an în urmă
părinte
comite
f2ec2b4104

+ 1 - 1
FullCardServer/src/main/java/com/zhongshu/card/server/core/service/gateDoor/GateDoorService.java

@@ -185,7 +185,7 @@ public class GateDoorService extends SuperService {
             deviceUserParam.setGateWayId(gateWayId);
             deviceUserParam.setData(info);
             deviceUserParam.setIsOffLine(Boolean.FALSE);
-
+            deviceUserParam.setPic(info.getPic());
             if (resultContent.isSuccess()) {
                 result.setSuccess();
                 result.setMsg(resultContent.getContent());