调整逻辑
This commit is contained in:
parent
d495f47304
commit
672ca49a55
@ -83,7 +83,7 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://47.115.23.82:3306/stdiet_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
url: jdbc:mysql://47.115.23.82:3306/stdiet?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
password: gzDxPaZcSiXJpi2N
|
||||
username: root
|
||||
slave:
|
||||
|
@ -171,7 +171,7 @@ public class SysServicesTopicServiceImp implements ISysServicesTopicService {
|
||||
msgObj.put("type", WsUtils.WS_TYPE_NEW_CUSTOMER_REPLY);
|
||||
msgObj.put("msg", "新客户回复");
|
||||
msgObj.put("data", dataObj);
|
||||
WebSocketServer.sendInfo(msgObj.toJSONString(), counts.get(i).getUid());
|
||||
WebSocketServer.sendInfo(msgObj.toJSONString(), statusList.get(i).getUid());
|
||||
}
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
|
@ -86,6 +86,7 @@ export default {
|
||||
|
||||
.reply_btn {
|
||||
margin-left: 16px;
|
||||
color: #1890ff;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
@ -57,7 +57,7 @@
|
||||
<div
|
||||
:style="{ marginBottom: '8px', fontSize: '12px', color: '#8c8c8c' }"
|
||||
>
|
||||
回复:{{ replyTarget }}
|
||||
回复 to:{{ replyTarget }}
|
||||
</div>
|
||||
<el-input
|
||||
type="textarea"
|
||||
@ -339,6 +339,7 @@ export default {
|
||||
|
||||
.reply_btn {
|
||||
margin-left: 16px;
|
||||
color: #1890ff;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user