소스 검색

更新!

TRX 1 년 전
부모
커밋
f2ec2b4104
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      FullCardServer/src/main/java/com/zhongshu/card/server/core/service/gateDoor/GateDoorService.java

+ 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());