Compare commits
5 Commits
main
...
dce043f63d
| Author | SHA1 | Date | |
|---|---|---|---|
| dce043f63d | |||
| 759c72fc65 | |||
| 70c416779f | |||
| f4369f7581 | |||
| df28eed305 |
@ -216,6 +216,7 @@ public class AppDeviceShareService {
|
||||
uw.eq("phonenumber", bo.getPhonenumber());
|
||||
uw.set("permission", bo.getPermission());
|
||||
uw.set("update_by", userId);
|
||||
uw.set("create_by", userId);
|
||||
uw.set("update_time", new Date());
|
||||
|
||||
return appDeviceShareMapper.update(uw);
|
||||
|
||||
@ -281,9 +281,9 @@ justauth:
|
||||
mqtt:
|
||||
username: admin
|
||||
password: #YtvpSfCNG
|
||||
url: tcp://47.120.79.150:2883
|
||||
url: tcp://47.120.79.150:3883
|
||||
subClientId: fys_subClient
|
||||
subTopic: A/#,B/#,worker/location/#
|
||||
subTopic: A/#
|
||||
pubTopic: B/#
|
||||
pubClientId: fys_pubClient
|
||||
|
||||
|
||||
Reference in New Issue
Block a user