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