|
|
|
@@ -74,7 +74,7 @@ public class DmReleaseManagerServiceImpl extends BaseServiceImpl<DmReleaseManage |
|
|
|
jo.put("setupTime", dmApkVersionDto.getReleaseTime()); |
|
|
|
jo.put("md5", ""); |
|
|
|
// 2.向Mqtt发送消息 |
|
|
|
mqttTemplate.sendToMqtt("/digital_man/" + dId + "/notify/apk_update", "apk_update"); |
|
|
|
mqttTemplate.sendToMqtt("/digital_man/" + dId + "/notify/apk_update", jo.toJSONString()); |
|
|
|
// 3. 更新setup_status字段并更新表 |
|
|
|
dmReleaseManagerDto.setSetupStatus(MessageConstants.SYS_DICT_DATA_RELEASE_START_DOWNLOAD); |
|
|
|
baseManager.update(dmReleaseManagerDto); |
|
|
|
|