feat(0): [wcf-bmc]-代码注释补充
This commit is contained in:
parent
0e13a289f8
commit
3dea0ee674
@ -9,7 +9,7 @@ import lombok.Getter;
|
||||
|
||||
/**
|
||||
* 枚举-接收消息处理渠道
|
||||
*
|
||||
*
|
||||
* @author chandler
|
||||
* @date 2024/12/25 14:15
|
||||
*/
|
||||
@ -27,7 +27,7 @@ public enum ReceiveMsgChannelEnum {
|
||||
*/
|
||||
UN_MATCH("", null),
|
||||
|
||||
// 结束
|
||||
// END
|
||||
;
|
||||
|
||||
private final String code;
|
||||
|
@ -63,6 +63,10 @@ public class ContactGroupMonitorTask {
|
||||
*/
|
||||
private Boolean initStatus = false;
|
||||
|
||||
/**
|
||||
* 定时任务-联系人群组监控
|
||||
* TODO-存在BUG 仅当做案例进行展示
|
||||
*/
|
||||
@Scheduled(cron = "0 0 0 * * ?")
|
||||
public void scheduled() {
|
||||
if (true) {
|
||||
|
Loading…
Reference in New Issue
Block a user